Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
olcf
container-builder
Commits
f3daed9a
Commit
f3daed9a
authored
Jan 31, 2018
by
atj
Browse files
Correctly launch provisioning scripts
parent
deca348e
Pipeline
#11597
failed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f3daed9a
...
...
@@ -4,7 +4,7 @@ stages:
deploy-titan
:
script
:
-
./
Provisioning/deploy-titan.sh $CI_COMMIT_TAG
-
cd
Provisioning
&& .
/deploy-titan.sh $CI_COMMIT_TAG
tags
:
-
Titan
stage
:
deploy-client
...
...
@@ -13,7 +13,7 @@ deploy-titan:
deploy-summitdev
:
script
:
-
./
Provisioning/deploy-summitdev.sh $CI_COMMIT_TAG
-
cd
Provisioning
&& .
/deploy-summitdev.sh $CI_COMMIT_TAG
tags
:
-
SummitDev
stage
:
deploy-client
...
...
@@ -22,7 +22,7 @@ deploy-summitdev:
deploy-openstack
:
script
:
-
./
Provisioning/deploy-openstack.sh $CI_COMMIT_TAG
-
cd
Provisioning
&& .
/deploy-openstack.sh $CI_COMMIT_TAG
tags
:
-
OpenStack
stage
:
deploy-queue
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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