Publish build scans for local builds

This commit is contained in:
daz 2025-01-19 15:09:35 -07:00
parent b1155b846e
commit c9dc8a7709
No known key found for this signature in database

6
build
View file

@ -2,6 +2,12 @@
cd sources
if [[ -f ~/.gradle/develocity/keys.properties ]]; then
export NODE_OPTIONS='-r @gradle/develocity-agent/preload'
export DEVELOCITY_URL=https://ge.solutions-team.gradle.com
export DEVELOCITY_ACCESS_KEY=$(paste -sd ';' ~/.gradle/develocity/keys.properties)
fi
case "$1" in
all)
npm run all