Skip to content

Commit 129358c

Browse files
committed
scripts/run.sh reset the buildConfig.json after run
1 parent 36b3a98 commit 129358c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ $scriptDir/../project-builder/build-revision.sh \
5858
"$disabledScalacOptions" \
5959
"$extraLibraryDependencies" 2>&1 | tee build-logs.txt
6060

61+
if [[ "$SKIP_BUILD_SETUP" != "1" ]]; then
62+
(cd $scriptDir/../ && git restore .github/workflows/buildConfig.json || false);
63+
fi
64+
6165
echo "------"
6266
echo "$projectName status=$(cat build-status.txt)"
6367
echo "-------"

0 commit comments

Comments
 (0)