Rename pipelines

This commit is contained in:
Dave Chevell 2019-07-19 11:58:14 +10:00
parent 9fe00bdf47
commit bf87ef75d1

View File

@ -2,7 +2,7 @@ image: atlassian/docker-release-maker:latest
pipelines: pipelines:
custom: custom:
base-6-ubuntu-create-releases: create-new-releases:
- step: - step:
services: services:
- docker - docker
@ -15,7 +15,7 @@ pipelines:
- export TAG_SUFFIXES='adoptopenjdk8,jdk8,ubuntu,ubuntu-18.04-adoptopenjdk8' - export TAG_SUFFIXES='adoptopenjdk8,jdk8,ubuntu,ubuntu-18.04-adoptopenjdk8'
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin - echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
- python /usr/src/app/run.py --create - python /usr/src/app/run.py --create
base-6-ubuntu-create-custom-release: create-custom-release:
- variables: - variables:
- name: CONFLUENCE_VERSION - name: CONFLUENCE_VERSION
- name: DOCKER_TAG - name: DOCKER_TAG