Commit f97ea264 authored by sophia's avatar sophia
Browse files

Only popd if downloading ci

parent 407cb267
Showing with 5 additions and 5 deletions
+5 -5
...@@ -37,12 +37,12 @@ if [ ! -e "${ldir}/.complete" ]; then ...@@ -37,12 +37,12 @@ if [ ! -e "${ldir}/.complete" ]; then
# Mark that we have pulled files # Mark that we have pulled files
touch .complete || echo "WARNING: Failed to mark CI files as fetched" touch .complete || echo "WARNING: Failed to mark CI files as fetched"
fi
# Time to load and configure # Time to load and configure
if ! popd; then if ! popd; then
echo "⁉ ERROR: Unexpected error, failed to relocate to expected directory ⁉" echo "⁉ ERROR: Unexpected error, failed to relocate to expected directory ⁉"
exit 1 exit 1
fi
fi fi
source "${ldir}/common.sh" source "${ldir}/common.sh"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment