mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
CONFSRVDEV-8918 - Make sure the adopt openjdk pipeline to create latest tag
This commit is contained in:
parent
26cea7ca96
commit
2f09bd01a1
@ -16,6 +16,7 @@ pipelines:
|
|||||||
- export GIT_EMAIL=pipelines-agent@atlassian.com
|
- export GIT_EMAIL=pipelines-agent@atlassian.com
|
||||||
- export MAC_PRODUCT_KEY=confluence
|
- export MAC_PRODUCT_KEY=confluence
|
||||||
- export TAG_SUFFIX=ubuntu-16.04-adoptopenjdk8
|
- export TAG_SUFFIX=ubuntu-16.04-adoptopenjdk8
|
||||||
|
- export SHOULD_CREATE_LATEST_TAG=true
|
||||||
- python /usr/src/app/create_release.py
|
- python /usr/src/app/create_release.py
|
||||||
branches:
|
branches:
|
||||||
base-6-adoptopenjdk8:
|
base-6-adoptopenjdk8:
|
||||||
@ -30,4 +31,5 @@ pipelines:
|
|||||||
- export GIT_EMAIL=pipelines-agent@atlassian.com
|
- export GIT_EMAIL=pipelines-agent@atlassian.com
|
||||||
- export MAC_PRODUCT_KEY=confluence
|
- export MAC_PRODUCT_KEY=confluence
|
||||||
- export TAG_SUFFIX=ubuntu-16.04-adoptopenjdk8
|
- export TAG_SUFFIX=ubuntu-16.04-adoptopenjdk8
|
||||||
|
- export SHOULD_CREATE_LATEST_TAG=true
|
||||||
- python /usr/src/app/update_release.py
|
- python /usr/src/app/update_release.py
|
Loading…
Reference in New Issue
Block a user