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