Merge branch 'devel' into 'main'
fix pushd See merge request release-engineering/public/toolkit!36
This commit is contained in:
commit
e4e25187df
@ -22,7 +22,7 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
|
||||
{} "${TARGET}"
|
||||
|
||||
# Return back to where we started
|
||||
popd "$(dirname "$0")" || { echo "${COMPOSE}: Failed to change back"; break; }
|
||||
popd || { echo "${COMPOSE}: Failed to change back"; break; }
|
||||
done
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user