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
e468a1d4
Commit
e468a1d4
authored
Jul 07, 2021
by
Louis Abel
📺
Browse files
Merge branch 'devel' into 'main'
sigh See merge request
!6
parents
a8377a7c
886ef4b2
Pipeline
#24
passed with stage
in 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sync/sync-to-staging-sig.sh
View file @
e468a1d4
...
...
@@ -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 @
e468a1d4
...
...
@@ -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