Skip to content

Commit

Permalink
Merge pull request #202 from wework/revert-201-publish-image-automati…
Browse files Browse the repository at this point in the history
…cally

Revert "Publish image automatically"
  • Loading branch information
Eric Swirsky authored Nov 15, 2018
2 parents 922be04 + 78d6bea commit 81483bf
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,6 @@ jobs:
- image: circleci/node:8
<<: *shared

build-image:
machine: true
steps:
- checkout
- run: docker build -t speccy:$CIRCLE_SHA1 .

push-image:
machine: true
steps:
- checkout
- run: docker build -t speccy:$CIRCLE_SHA1 .
- run: docker login
- run: docker tag speccy:$CIRCLE_SHA1 wework/speccy:latest
- run: if [ "$CIRCLE_TAG" != "" ]; then docker tag speccy:$CIRCLE_SHA1 wework/speccy:$CIRCLE_TAG; fi;

workflows:
version: 2
commit:
Expand All @@ -65,14 +50,3 @@ workflows:
- node-10
- node-9
- node-8
- build-image

deploy:
jobs:
- push-image:
filters:
branches:
only: master
tags:
only: /.*/

0 comments on commit 81483bf

Please sign in to comment.