Update repo branch

This commit is contained in:
Prathamesh Musale 2023-11-30 17:24:52 +05:30
parent d80f81854a
commit 59bf8e384f
2 changed files with 2 additions and 7 deletions

View File

@ -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"

View File

@ -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