1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

chore(ci): added ../ to if and map command

This commit is contained in:
Noel Miller 2024-04-08 14:50:18 -05:00
parent f16955965e
commit eabe0a336a

View file

@ -34,13 +34,11 @@ then
popd > /dev/null
fi
pushd "${PWD}/../" > /dev/null
if [ -f ${PWD}/sb_pubkey.der ]
if [ -f ${PWD}/../sb_pubkey.der ]
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"
fi
popd > /dev/null
pushd "${PWD}/../container" > /dev/null
for file in $(find "${IMAGE_NAME}-${IMAGE_TAG}" -type f)