Skip to content

Commit

Permalink
Fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Mar 24, 2020
1 parent 61c38f6 commit cc6b9fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
- image: circleci/buildpack-deps:stretch
steps:
- setup_remote_docker
- attach_workspace:
at: ~/project
- checkout
- run:
name: Set image version
command: |
Expand Down Expand Up @@ -129,7 +128,10 @@ workflows:
version: 2
build-test-and-deploy:
jobs:
- build-dev
- build-dev:
filters:
tags:
only: /^v.*/
- test
- build-and-push-standalone-dev-image:
context: docker-push
Expand Down

0 comments on commit cc6b9fe

Please sign in to comment.