Skip to content

Commit

Permalink
cp to dev.env
Browse files Browse the repository at this point in the history
Signed-off-by: yk <[email protected]>
  • Loading branch information
mvmx3 committed Oct 16, 2020
1 parent 3a9d318 commit 89cc5a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 49 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- '*'
push:
branches: [ dev, master, breaking ]


jobs:
ci-all:
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/promote-stage.yml

This file was deleted.

1 change: 1 addition & 0 deletions bin/init
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -e

check-environment.sh

cp etc/env/dev.env.example etc/env/dev.env
[ ! -z $CI ] || zksync dev-up
zksync env
zksync yarn || true # It can fail.
Expand Down

0 comments on commit 89cc5a7

Please sign in to comment.