Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Robert Verkerk
B2SAFE Core
Commits
f8017e9d
Commit
f8017e9d
authored
Aug 11, 2021
by
Robert Verkerk
Browse files
Update gitlab yaml file for CI/CD
parent
a2ea7555
Pipeline
#786
failed with stages
in 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f8017e9d
...
...
@@ -102,6 +102,17 @@ build_4.2.8:
-
./ci/shutdownall.sh
-
./ci/build.sh --build 0 ${VERSION}
build_4.2.10
:
stage
:
build
tags
:
-
irods
variables
:
VERSION
:
centos7_4_2_10
script
:
-
source .variables
-
./ci/shutdownall.sh
-
./ci/build.sh --build 0 ${VERSION}
# #####################################
# Build container
# #####################################
...
...
@@ -161,6 +172,17 @@ container_4.2.8:
-
./ci/shutdownall.sh
-
./ci/build_container.sh --build 0 ${VERSION}
container_4.2.10
:
stage
:
build_container
tags
:
-
irods
variables
:
VERSION
:
centos7_4_2_10
script
:
-
source .variables
-
./ci/shutdownall.sh
-
./ci/build_container.sh --build 0 ${VERSION}
# ###################################
# test
# ###################################
...
...
@@ -212,6 +234,18 @@ test_4.2.8:
-
./ci/shutdownall.sh
-
./ci/test.sh ${VERSION}
test_4.2.10
:
stage
:
test
tags
:
-
irods
variables
:
VERSION
:
centos7_4_2_10
script
:
-
source .variables
-
cat .variables
-
./ci/shutdownall.sh
-
./ci/test.sh ${VERSION}
# ###################################
# deploy
# ###################################
...
...
@@ -266,4 +300,12 @@ deploy_4.2.8:
-
source .variables
-
./ci/deploy.sh ${VERSION}
deploy_4.2.10
:
stage
:
deploy
tags
:
-
irods
variables
:
VERSION
:
centos7_4_2_10
script
:
-
source .variables
-
./ci/deploy.sh ${VERSION}
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