Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Release Engineering
Public
toolkit
Commits
886ef4b2
Unverified
Commit
886ef4b2
authored
Jul 06, 2021
by
Louis Abel
📺
Browse files
sigh
parent
0da8480b
Pipeline
#23
passed with stage
in 31 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
sync/sync-to-staging-sig.sh
View file @
886ef4b2
...
...
@@ -13,7 +13,7 @@ REV=${3}
# Note, this should be lowercase. eg, storage.
SIG
=
${
4
}
cd
"/mnt/compose/
${
MAJ
}
/latest-
${
SHORT
}
-
${
MAJ
}
"
||
{
echo
"Failed to change directory"
;
ret_val
=
1
;
exit
1
;
}
cd
"/mnt/compose/
${
MAJ
}
/latest-
${
SHORT
}
-
${
MAJ
}
/compose
"
||
{
echo
"Failed to change directory"
;
ret_val
=
1
;
exit
1
;
}
ret_val
=
$?
if
[
$ret_val
-eq
"0"
]
;
then
...
...
sync/sync-to-staging.sh
View file @
886ef4b2
...
...
@@ -11,7 +11,7 @@ SHORT=${2}
# The directory where we're going to, usually MAJOR.MINOR, sometimes it's MAJOR.MINOR-RCX
REV
=
${
3
}
cd
"/mnt/compose/
${
MAJ
}
/latest-
${
SHORT
}
-
${
MAJ
}
"
||
{
echo
"Failed to change directory"
;
ret_val
=
1
;
exit
1
;
}
cd
"/mnt/compose/
${
MAJ
}
/latest-
${
SHORT
}
-
${
MAJ
}
/compose
"
||
{
echo
"Failed to change directory"
;
ret_val
=
1
;
exit
1
;
}
ret_val
=
$?
if
[
$ret_val
-eq
"0"
]
;
then
...
...
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