mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: formatting
This commit is contained in:
parent
3536ef5d9e
commit
44c82b5909
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
for entry in $@; do
|
for entry in $@;
|
||||||
|
do
|
||||||
export $entry
|
export $entry
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
@ -21,5 +22,4 @@ mkdir ${OUTPUT_DIR} || true
|
||||||
# Copy resulting iso to github workspace and fix permissions
|
# Copy resulting iso to github workspace and fix permissions
|
||||||
cp build/deploy.iso ${OUTPUT_DIR}
|
cp build/deploy.iso ${OUTPUT_DIR}
|
||||||
chmod -R ugo=rwX ${OUTPUT_DIR}
|
chmod -R ugo=rwX ${OUTPUT_DIR}
|
||||||
|
|
||||||
echo "::set-output name=iso::${OUTPUT_DIR/deploy.iso/}"
|
echo "::set-output name=iso::${OUTPUT_DIR/deploy.iso/}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue