1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

ci - improve lavamoat validation debug info (#12259)

* ci - improve lavamoat validation debug info

* Update validate-allow-scripts.sh

* Update validate-lavamoat-policy.sh
This commit is contained in:
kumavis 2021-10-01 09:39:28 -10:00 committed by GitHub
parent f9ea9e4b43
commit a174d50ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ set -o pipefail
yarn allow-scripts auto
if git diff --exit-code --quiet
if git diff --exit-code
then
echo "allow-scripts configuration is up-to-date"
else

View File

@ -6,7 +6,7 @@ set -o pipefail
yarn lavamoat:auto
if git diff --exit-code --quiet
if git diff --exit-code
then
echo "LavaMoat policy is up-to-date"
else