From 2f09bd01a17c3a1bb50a1ef423b02e605ed9ccb0 Mon Sep 17 00:00:00 2001 From: minhtran83 Date: Thu, 22 Nov 2018 14:26:57 +1100 Subject: [PATCH] CONFSRVDEV-8918 - Make sure the adopt openjdk pipeline to create latest tag --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 001d480..97f7860 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -16,6 +16,7 @@ pipelines: - export GIT_EMAIL=pipelines-agent@atlassian.com - export MAC_PRODUCT_KEY=confluence - export TAG_SUFFIX=ubuntu-16.04-adoptopenjdk8 + - export SHOULD_CREATE_LATEST_TAG=true - python /usr/src/app/create_release.py branches: base-6-adoptopenjdk8: @@ -30,4 +31,5 @@ pipelines: - export GIT_EMAIL=pipelines-agent@atlassian.com - export MAC_PRODUCT_KEY=confluence - export TAG_SUFFIX=ubuntu-16.04-adoptopenjdk8 + - export SHOULD_CREATE_LATEST_TAG=true - python /usr/src/app/update_release.py \ No newline at end of file