CONFSRVDEV-8918 - update tag prefix to ubuntu-18.04

This commit is contained in:
minhtran83 2018-11-22 16:08:37 +11:00
parent 2f09bd01a1
commit 84c0581736

View File

@ -15,7 +15,7 @@ pipelines:
- export GIT_USER=pipelinesagent - export GIT_USER=pipelinesagent
- 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-18.04-adoptopenjdk8
- export SHOULD_CREATE_LATEST_TAG=true - export SHOULD_CREATE_LATEST_TAG=true
- python /usr/src/app/create_release.py - python /usr/src/app/create_release.py
branches: branches:
@ -30,6 +30,6 @@ pipelines:
- export GIT_USER=pipelinesagent - export GIT_USER=pipelinesagent
- 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-18.04-adoptopenjdk8
- export SHOULD_CREATE_LATEST_TAG=true - export SHOULD_CREATE_LATEST_TAG=true
- python /usr/src/app/update_release.py - python /usr/src/app/update_release.py