Skip to content

Commit 2d58d6a

Browse files
committed
return true if successful
1 parent ab26390 commit 2d58d6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/app-workflows/validate-deploy.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ if [ "$sha" != "$expected_sha" ]; then
4949
echo "Expected: $expected_sha, Actual: $sha"
5050
exit 1
5151
fi
52+
53+
# If all validations pass
54+
echo "Validation successful"
55+
echo "true"

0 commit comments

Comments
 (0)