mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix: spacing and comment
This commit is contained in:
parent
d78aeb1c15
commit
90e5f6721b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ set -ex
|
||||||
|
|
||||||
for entry in $@
|
for entry in $@
|
||||||
do
|
do
|
||||||
export $entry
|
export $entry
|
||||||
done
|
done
|
||||||
|
|
||||||
# Pull container
|
# Pull container
|
||||||
|
|
@ -19,6 +19,6 @@ make build/deploy.iso $@
|
||||||
# Make output dir in github workspace
|
# Make output dir in github workspace
|
||||||
mkdir /github/workspace/build || true
|
mkdir /github/workspace/build || true
|
||||||
|
|
||||||
# Copy resulting iso to githubworkspace and fix permissions
|
# Copy resulting iso to github workspace and fix permissions
|
||||||
cp build/deploy.iso /github/workspace/build
|
cp build/deploy.iso /github/workspace/build
|
||||||
chmod -R ugo=rwx /github/workspace/build
|
chmod -R ugo=rwx /github/workspace/build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue