Update repo branch
This commit is contained in:
parent
d80f81854a
commit
59bf8e384f
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
|
||||
set -x
|
||||
fi
|
||||
@ -120,7 +119,7 @@ while true; do
|
||||
fi
|
||||
done
|
||||
|
||||
glob_hash=$($glob_file | sed "s/glob-\([a-z0-9\.]*\).glob/\1/")
|
||||
glob_hash=$(echo "$glob_file" | sed "s/glob-\([a-z0-9\.]*\).glob/\1/")
|
||||
|
||||
# Update the docket file
|
||||
cat << EOF > "${uniswap_desk_dir}/desk.docket-0"
|
||||
|
@ -1,14 +1,10 @@
|
||||
version: "0.1"
|
||||
name: uniswap-urbit-app
|
||||
repos:
|
||||
# Uniswap interface
|
||||
# TODO: Use release
|
||||
- github.com/cerc-io/uniswap-interface@pm-urbit-hosting
|
||||
- github.com/cerc-io/uniswap-interface@laconic # TODO: Use release
|
||||
containers:
|
||||
- cerc/uniswap-interface
|
||||
- cerc/urbit-globs-host
|
||||
# TODO: Add container for urbit
|
||||
pods:
|
||||
- uniswap-interface
|
||||
- urbit
|
||||
# TODO: Add pod for urbit
|
||||
|
Loading…
Reference in New Issue
Block a user