Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
3da31fc9
Commit
3da31fc9
authored
Jun 27, 2019
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: bridge job to trigger release container
parent
4facfd77
Pipeline
#2023
passed with stage
in 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
.gitlab-ci.yml
.gitlab-ci.yml
+14
-1
No files found.
.gitlab-ci.yml
View file @
3da31fc9
...
...
@@ -242,4 +242,17 @@ deploy:
-
centos-xdk-build
-
macos-xdk-build
-
windows-8-build
-
windows-10-build
\ No newline at end of file
-
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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment