Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 4c19aa6

Browse files
committed
Add release tag for NR1 instrumentation
1 parent 43f3d6d commit 4c19aa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sandbox/shared/sandbox_config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function sbcfg_setup_for_newrelic_instrumentation {
3737
[ ! -f "$assetFile" ] && echo "cannot determine SHA for instrumentation. $assetFile not found" && return
3838
local primaryRepo=$(get-json-property -j "$sandboxTop/$assetName.info" -p primaryRepo)
3939
export NEW_RELIC_METADATA_COMMIT=$(get-json-property -j "$sandboxTop/$assetName.info" -p repoCommitId.$primaryRepo)
40+
export NEW_RELIC_METADATA_RELEASE_TAG=$(get-json-property -j "$sandboxTop/$assetName.info" -p version)
4041
}
4142

4243
function sbcfg_initialize {

0 commit comments

Comments
 (0)