Skip to content
Snippets Groups Projects

ci-package-builder: Actually enforce again the license blocklist

Merged Emanuele Aina requested to merge wip/em/actually-enforce-license-blacklist into master
All threads resolved!
+ 1
1
@@ -68,7 +68,7 @@ prepare-build-env:
- echo "COMPONENT=$COMPONENT" | tee -a build.env
- LICENSE_BLACKLIST_VAR=LICENSE_BLACKLIST_$COMPONENT # look for variables like "$LICENSE_BLACKLIST_target"
- LICENSE_BLACKLIST=${!LICENSE_BLACKLIST_VAR:-}
- echo "LICENSE_BLACKLIST='$LICENSE_BLACKLIST'"
- echo "LICENSE_BLACKLIST='$LICENSE_BLACKLIST'" | tee -a build.env
artifacts:
reports:
dotenv: build.env
Loading