Skip to content
Snippets Groups Projects
Commit adaeb8f1 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge remote-tracking branch 'origin/ci_release_docker' into ci_alpha_fixes

Conflicts:
	.gitlab-ci.yml
parents 37a05a1b 3da31fc9
No related branches found
No related tags found
No related merge requests found
...@@ -233,3 +233,15 @@ deploy: ...@@ -233,3 +233,15 @@ deploy:
- macos-xdk-build - macos-xdk-build
- windows-8-build - windows-8-build
- windows-10-build - windows-10-build
release-container:
image: $BUILD_IMAGE_REGISTRY/otb-alpine:3.7
stage: deploy
extends: .general
only:
refs:
- tags@orfeotoolbox/otb
variables:
- $CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/
script:
- "curl --request POST --form token=$K8S_SECRET_RELEASE --form ref=master --form variables[OTB_TAG]=$CI_COMMIT_TAG https://gitlab.orfeo-toolbox.org/api/v4/projects/126/trigger/pipeline"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment