Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
07337e69
Commit
07337e69
authored
Apr 06, 2020
by
Simon Spannagel
Committed by
Jens Kroeger
Apr 09, 2020
Browse files
Deployment: switch to CVMFS S3 storage
(cherry picked from commit
0369d760
)
parent
90256811
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.d/gitlab_deploy.sh
View file @
07337e69
...
...
@@ -2,7 +2,7 @@
#Get the line for the CVMFS status and chech if server is transaction
clicdp_status
=
`
cvmfs_server list |
grep
clicdp
`
if
[[
$clicdp_status
==
*
"(stratum0 /
local
)"
*
]]
;
then
if
[[
$clicdp_status
==
*
"(stratum0 /
S3
)"
*
]]
;
then
echo
"No ongoing CVMFS transaction detected, initializing new transaction."
# Start transaction
cvmfs_server transaction clicdp.cern.ch
...
...
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