Skip to content

Commit

Permalink
Merge 640b2f0 into 953584d
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed Jul 31, 2018
2 parents 953584d + 640b2f0 commit e25b490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery.yaml
Expand Up @@ -21,7 +21,7 @@ pipeline:
if [[ -z "${CDP_PULL_REQUEST_NUMBER}" ]]; then
DOCKER_IMAGE="pierone.stups.zalan.do/automata/senza-release:${CDP_TARGET_REPOSITORY_COUNTER}"
else
DOCKER_IMAGE="pierone.stups.zalan.do/automata/senza-release:${CDP_TARGET_REPOSITORY_COUNTER}-snapshot"
DOCKER_IMAGE="pierone.stups.zalan.do/automata/senza-release-pr:snapshot"
fi
docker build --build-arg VERSION="$VERSION" -t "$DOCKER_IMAGE" .
Expand Down

0 comments on commit e25b490

Please sign in to comment.