Skip to content

Commit 2c33abd

Browse files
committed
remove unnecessary exits
1 parent 380adbb commit 2c33abd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ buildvariants:
5959
display_name: "Resync Specs"
6060
run_on: rhel80-small
6161
cron: '0 16 * * MON'
62-
patchable: false
62+
patchable: true
6363
tasks:
6464
- name: resync_specs

.evergreen/scripts/create-spec-pr.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ echo "Getting github token..."
2020
token=$(bash ./get-access-token.sh $repo $owner)
2121
if [ -z "${token}" ]; then
2222
echo "Failed to get github access token!"
23-
popd || exit
23+
popd
2424
exit 1
2525
fi
2626
echo "Getting github token... done."
27-
popd || exit
27+
popd
2828

2929
# Make the git checkout and create a new branch.
3030
echo "Creating the git checkout..."

0 commit comments

Comments
 (0)