mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
chore(ci): added ../ to if and map command
This commit is contained in:
parent
f16955965e
commit
eabe0a336a
1 changed files with 2 additions and 4 deletions
|
|
@ -34,13 +34,11 @@ then
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd "${PWD}/../" > /dev/null
|
if [ -f ${PWD}/../sb_pubkey.der ]
|
||||||
if [ -f ${PWD}/sb_pubkey.der ]
|
|
||||||
then
|
then
|
||||||
echo "-map ${PWD}/sb_pubkey.der sb_pubkey.der"
|
echo "-map ${PWD}/../sb_pubkey.der sb_pubkey.der"
|
||||||
echo "-chmod 0444 /sb_pubkey.der"
|
echo "-chmod 0444 /sb_pubkey.der"
|
||||||
fi
|
fi
|
||||||
popd > /dev/null
|
|
||||||
|
|
||||||
pushd "${PWD}/../container" > /dev/null
|
pushd "${PWD}/../container" > /dev/null
|
||||||
for file in $(find "${IMAGE_NAME}-${IMAGE_TAG}" -type f)
|
for file in $(find "${IMAGE_NAME}-${IMAGE_TAG}" -type f)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue