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 ab26390 commit 2d58d6aCopy full SHA for 2d58d6a
scripts/app-workflows/validate-deploy.sh
@@ -49,3 +49,7 @@ if [ "$sha" != "$expected_sha" ]; then
49
echo "Expected: $expected_sha, Actual: $sha"
50
exit 1
51
fi
52
+
53
+# If all validations pass
54
+echo "Validation successful"
55
+echo "true"
0 commit comments