mirror of
https://github.com/gradle/actions.git
synced 2025-02-03 15:26:42 -05:00
Publish build scans for local builds
This commit is contained in:
parent
b1155b846e
commit
c9dc8a7709
1 changed files with 6 additions and 0 deletions
6
build
6
build
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue