Skip to content
Snippets Groups Projects
Commit e1c3a552 authored by David Diederich's avatar David Diederich
Browse files

Create Release Branch for version 0.23

parent f960db6a
No related branches found
No related tags found
No related merge requests found
Pipeline #207528 passed with warnings
......@@ -37,14 +37,17 @@ include:
#this file takes care of standard set up such as stages
- project: "osdu/platform/ci-cd-pipelines"
file: "standard-setup.yml"
ref: release/0.23
#this file takes care of compile-and-unit-test job
- project: "osdu/platform/ci-cd-pipelines"
file: "build/python.yml"
ref: release/0.23
#this file takes care of azure_deploy, azure_test job
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
ref: release/0.23
#additional azure jobs are contained in this file
- local: "/devops/azure/override-stages.yml"
......@@ -53,7 +56,7 @@ include:
# This template rule introduces elements needed to run docker
.docker:
image: docker:latest
tags: ['osdu-small']
tags: [ 'osdu-small' ]
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......@@ -62,7 +65,7 @@ include:
# This builds the container every pipeline
build-container:
extends: ['.docker']
extends: [ '.docker' ]
stage: build
script:
......@@ -75,7 +78,7 @@ build-container:
# This tags containers when running a pipeline for a Git tag
release-container:
extends: ['.docker']
extends: [ '.docker' ]
stage: publish
rules:
- if: $CI_COMMIT_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment