We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b3a98 commit 129358cCopy full SHA for 129358c
scripts/run.sh
@@ -58,6 +58,10 @@ $scriptDir/../project-builder/build-revision.sh \
58
"$disabledScalacOptions" \
59
"$extraLibraryDependencies" 2>&1 | tee build-logs.txt
60
61
+if [[ "$SKIP_BUILD_SETUP" != "1" ]]; then
62
+ (cd $scriptDir/../ && git restore .github/workflows/buildConfig.json || false);
63
+fi
64
+
65
echo "------"
66
echo "$projectName status=$(cat build-status.txt)"
67
echo "-------"
0 commit comments