Experimenting with github actions

This commit is contained in:
pietervdvn 2021-04-11 02:57:34 +02:00
parent a1246fed7a
commit acb069b755
2 changed files with 4 additions and 2 deletions

View file

@ -37,6 +37,8 @@ jobs:
run: |
if [[ -f "layer_report.txt" || -f "missing_licenses.txt" ]]; then
echo "VALIDATION_FAILED=true" >> $GITHUB_ENV
else
echo "VALIDATION_FAILED=false" >> $GITHUB_ENV
fi
- name: Test variable