We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbf102 commit fcc294cCopy full SHA for fcc294c
.evergreen/scripts/create-spec-pr.sh
@@ -20,11 +20,11 @@ echo "Getting github token..."
20
token=$(bash ./get-access-token.sh $repo $owner)
21
if [ -z "${token}" ]; then
22
echo "Failed to get github access token!"
23
- popd
+ popd || exit
24
exit 1
25
fi
26
echo "Getting github token... done."
27
-popd
+popd || exit
28
29
# Make the git checkout and create a new branch.
30
echo "Creating the git checkout..."
0 commit comments