Skip to content

Commit

Permalink
chore: Temporarily disable Docker build on CI, yet make local buildin…
Browse files Browse the repository at this point in the history
…g way faster
  • Loading branch information
munen committed Dec 31, 2019
1 parent 5ffa30c commit 43037f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ workflows:
filters:
branches:
only: master
- push-image:
requires:
- build # because of tests
filters:
branches:
only: master
# - push-image:
# requires:
# - build # because of tests
# filters:
# branches:
# only: master
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules

0 comments on commit 43037f9

Please sign in to comment.