Skip to content

Commit

Permalink
fix fetch destination and push in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Nov 30, 2018
1 parent ff3f6c8 commit d300f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pipelines:
- exec:
command: /bin/bash
arguments:
- ./tasks.sh
- test_docker
- -c
- "ops_docker_push=true ./tasks.sh build_docker"
- release:
approval: manual
clean_workspace: true
Expand Down Expand Up @@ -72,7 +72,7 @@ pipelines:
stage: docker
job: docker
source: imagerc
destination:
destination: docker/
is_file: true
- exec:
command: /bin/bash
Expand Down

0 comments on commit d300f59

Please sign in to comment.