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 cf26301 commit 31cca98Copy full SHA for 31cca98
.evergreen/scripts/resync-all-specs.sh
@@ -33,7 +33,7 @@ then
33
# we're running locally
34
python3 ./.evergreen/scripts/resync-all-specs.py
35
else
36
- /opt/devtools/bin/python3.11 ./.evergreen/scripts/resync-all-specs.py "$PR_DESC"
+ /opt/devtools/bin/python3.11 ./.evergreen/scripts/resync-all-specs.py --filename "$PR_DESC"
37
if [[ -f $PR_DESC ]]; then
38
# changes were made -> call scrypt to create PR for us
39
.evergreen/scripts/create-spec-pr.sh "$PR_DESC"
0 commit comments