Skip to content

Commit

Permalink
Build image
Browse files Browse the repository at this point in the history
  • Loading branch information
vadeg committed Aug 24, 2021
1 parent 679f5dd commit 4c83a30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ pipeline:
env:
DOCKER_HOST: "pierone.stups.zalan.do"
DOCKER_TEAM: "pitchfork"
when:
branch: master
# when:
# branch: master
depends_on: [ all_of_the_above ]
commands:
- desc: Check dependencies
Expand All @@ -39,8 +39,7 @@ pipeline:
- desc: Building and pushing Zally Server
cmd: |
DOCKER_VERSION="${CDP_TARGET_BRANCH}-${CDP_TARGET_COMMIT_ID:0:8}-${CDP_TARGET_REPOSITORY_COUNTER}"
cd server
docker build -t "${DOCKER_HOST}/${DOCKER_TEAM}/zally:${DOCKER_VERSION}" .
docker build -t "${DOCKER_HOST}/${DOCKER_TEAM}/zally:${DOCKER_VERSION}" $(PWD)/server/Dockerfile
docker push "${DOCKER_HOST}/${DOCKER_TEAM}/zally:${DOCKER_VERSION}"
- desc: Building and pushing Zally Web UI Dummy
Expand Down

0 comments on commit 4c83a30

Please sign in to comment.