Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Do not release platform 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jun 24, 2018
1 parent 5002748 commit 4dda4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline:
# Build and push dev release
build-and-push-branch:
image: plugins/docker
repo: fpfis/platform
repo: fpfis/httpd-php
tags: ${DRONE_BRANCH##*/}
secrets: [ DOCKER_USERNAME, DOCKER_PASSWORD ]
when:
Expand All @@ -21,7 +21,7 @@ pipeline:
# Mark production
build-and-push-production:
image: plugins/docker
repo: fpfis/platform
repo: fpfis/httpd-php
tags: production-${DRONE_BRANCH##*/}
secrets: [ DOCKER_USERNAME, DOCKER_PASSWORD ]
when:
Expand Down

0 comments on commit 4dda4e0

Please sign in to comment.