Skip to content

Commit

Permalink
Remove debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vadeg committed Aug 26, 2021
1 parent 3d80c94 commit 4b9980b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ pipeline:
type: script
env:
DOCKER_IMAGE_PREFIX: "pierone.stups.zalan.do/pitchfork"
# when:
# branch: master
when:
branch: master
depends_on: [ all_of_the_above ]
commands:
- desc: Check Docker is running
cmd: |
docker info
- desc: Building and pushing Zally Server
cmd: |
DOCKER_VERSION="${CDP_TARGET_BRANCH}-${CDP_TARGET_COMMIT_ID:0:8}-${CDP_TARGET_REPOSITORY_COUNTER}"
Expand Down

0 comments on commit 4b9980b

Please sign in to comment.