Skip to content

Commit

Permalink
Remove docker builds from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed Nov 10, 2020
1 parent 23c6cd4 commit acb75da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
- name: zk
run: zk

- name: check-docker-images
run: |
zk run yarn
cp etc/tokens/{test,localhost}.json
zk run verify-keys unpack
zk db setup
zk docker build rust
- name: lints
run: |
zk db setup # So database will be created for compilation.
Expand Down
2 changes: 1 addition & 1 deletion bin/zk
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ if [ -z "$1" ]; then
yarn && yarn zk build
else
# can't start this with yarn since it has quirks with `--` as an argument
node $ZKSYNC_HOME/infrastructure/zk/build/index.js "$@"
node -- $ZKSYNC_HOME/infrastructure/zk/build/index.js "$@"
fi

0 comments on commit acb75da

Please sign in to comment.