Skip to content

Commit

Permalink
ci: build-slm.sh: export STANZA_CONFIG so that stanza.proj can access it
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson0 committed Mar 18, 2024
1 parent a47000c commit b6641e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build-slm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ echo " VER:" "${VER:=$(git -C ${REPODIR} describe --tags --abbr

# special case - if STANZA_CONFIG starts with "./", then replace it with the full path
[[ ${STANZA_CONFIG::2} == "./" ]] && STANZA_CONFIG=${PWD}/${STANZA_CONFIG:2}
export STANZA_CONFIG

PLATFORM_DESC="unknown"
case "$SLM_BUILD_PLATFORM" in
Expand Down

0 comments on commit b6641e5

Please sign in to comment.