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 380adbb commit 2c33abdCopy full SHA for 2c33abd
.evergreen/config.yml
@@ -59,6 +59,6 @@ buildvariants:
59
display_name: "Resync Specs"
60
run_on: rhel80-small
61
cron: '0 16 * * MON'
62
- patchable: false
+ patchable: true
63
tasks:
64
- name: resync_specs
.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 || exit
+ popd
24
exit 1
25
fi
26
echo "Getting github token... done."
27
-popd || exit
+popd
28
29
# Make the git checkout and create a new branch.
30
echo "Creating the git checkout..."
0 commit comments