From bf87ef75d19e452ed2328be7f20e7e1912a6f833 Mon Sep 17 00:00:00 2001 From: Dave Chevell Date: Fri, 19 Jul 2019 11:58:14 +1000 Subject: [PATCH] Rename pipelines --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 383b42c..eb05ca9 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -2,7 +2,7 @@ image: atlassian/docker-release-maker:latest pipelines: custom: - base-6-ubuntu-create-releases: + create-new-releases: - step: services: - docker @@ -15,7 +15,7 @@ pipelines: - export TAG_SUFFIXES='adoptopenjdk8,jdk8,ubuntu,ubuntu-18.04-adoptopenjdk8' - echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin - python /usr/src/app/run.py --create - base-6-ubuntu-create-custom-release: + create-custom-release: - variables: - name: CONFLUENCE_VERSION - name: DOCKER_TAG