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
29bd9fe1
Commit
29bd9fe1
authored
Nov 11, 2021
by
Louis Abel
📺
Browse files
Merge branch 'devel' into 'main'
forgot popd See merge request
!38
parents
870d2b8d
c50a1123
Pipeline
#113
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sync/minor-release-sync-to-staging.sh
View file @
29bd9fe1
...
...
@@ -59,7 +59,7 @@ for ARCH in "${ARCHES[@]}"; do
# Copy the ISO and manifests into the main isos target
cp
"
${
SOURCE
}
"
/
*
.iso
"
${
TARGET
}
/"
cp
"
${
SOURCE
}
"
/
*
.iso.manifest
"
${
TARGET
}
/"
pushd
"
${
TARGET
}
"
||
exit
pushd
"
${
TARGET
}
"
||
{
echo
"Could not change directory"
;
break
;
}
# shellcheck disable=SC2086
for
file
in
*
.iso
;
do
printf
"# %s: %s bytes
\n
%s
\n
"
\
...
...
@@ -68,6 +68,7 @@ for ARCH in "${ARCHES[@]}"; do
"
$(
sha256sum
--tag
${
file
}
)
"
\
|
sudo tee
-a
CHECKSUM
;
done
popd
||
{
echo
"Could not change directory"
;
break
;
}
done
done
...
...
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