Skip to content

Commit

Permalink
fix: docker-compose commands remove --no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Apr 19, 2022
1 parent 28f8a53 commit 37d19ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kicker
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ function deposit() {

abspkpath="$( cd -- "$(dirname "$pkpath")" >/dev/null 2>&1 ; pwd -P )/$(basename $pkpath)"
docker-compose -f docker/docker-compose.yml run \
--no-deps \
--use-aliases \
--volume=$WORKSPACE/docker/layer2/config:/config \
--volume=$abspkpath:/privkey-path \
Expand All @@ -232,7 +231,6 @@ function get-balance() {
ethaddr=${1:?"\"$EXECUTABLE get-balance\" requires eth address as 1st argument"}
short_script_hash=$(to-short-script-hash "$ethaddr")
docker-compose -f docker/docker-compose.yml run \
--no-deps \
--use-aliases \
--entrypoint "gw-tools get-balance \
--godwoken-rpc-url http://godwoken:8119 \
Expand All @@ -244,7 +242,6 @@ function get-balance() {
function to-short-script-hash() {
ethaddr=${1:?"\"$EXECUTABLE to-short-script-hash\" requires eth address as 1st argument"}
output=$(docker-compose -f docker/docker-compose.yml run \
--no-deps \
--use-aliases \
--volume=$WORKSPACE/docker/layer2/config:/config \
--entrypoint "gw-tools to-short-script-hash \
Expand Down Expand Up @@ -298,7 +295,6 @@ function manual-build() {
# the `docker/manual-artifacts` directory, it is not what we expect.
erun docker-compose -f docker/docker-compose.yml run \
--rm \
--no-deps \
--volume=$WORKSPACE/packages/godwoken-web3:/app \
--workdir=/app \
--entrypoint "\"yarn install\"" \
Expand Down

0 comments on commit 37d19ca

Please sign in to comment.