Skip to content

Commit

Permalink
new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 17, 2024
1 parent 1851c79 commit de222f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/template_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

set -exv

if diff -q deploy.yml deploy-test.yml > /dev/null; then
if diff -q deploy.yml.old deploy.yml > /dev/null; then
echo "Deployment template is up to date"
else
echo "Deployment template [deploy.yml] not updated. Please run make build-template and recommit"
exit 1
fi

if diff -q deploy-mutate.yml deploy-mutate-test.yml > /dev/null; then
if diff -q deploy-mutate.yml.old deploy-mutate.yml > /dev/null; then
echo "Deployment template is up to date"
else
echo "Deployment template [deploy-mutate.yml] not updated. Please run make build-template and recommit"
Expand Down

0 comments on commit de222f6

Please sign in to comment.