From 84c05817363bd74d04cdadb1763d3afeeabdb8eb Mon Sep 17 00:00:00 2001 From: minhtran83 Date: Thu, 22 Nov 2018 16:08:37 +1100 Subject: [PATCH] CONFSRVDEV-8918 - update tag prefix to ubuntu-18.04 --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 97f7860..2c37b31 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -15,7 +15,7 @@ pipelines: - export GIT_USER=pipelinesagent - export GIT_EMAIL=pipelines-agent@atlassian.com - 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 - python /usr/src/app/create_release.py branches: @@ -30,6 +30,6 @@ pipelines: - export GIT_USER=pipelinesagent - export GIT_EMAIL=pipelines-agent@atlassian.com - 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 - python /usr/src/app/update_release.py \ No newline at end of file