Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vagrant
Commits
f97ea264
Commit
f97ea264
authored
4 years ago
by
sophia
Browse files
Options
Download
Email Patches
Plain Diff
Only popd if downloading ci
parent
407cb267
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/load-ci.sh
+5
-5
.ci/load-ci.sh
with
5 additions
and
5 deletions
+5
-5
.ci/load-ci.sh
+
5
-
5
View file @
f97ea264
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help