Skip to content

Commit 1e02c2f

Browse files
committed
chore: expose vars.AZURE_STORAGE_CONNECTION_STRING to environment for ci build
1 parent efac292 commit 1e02c2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-build-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
env:
7171
ARTEFACT_VERSION: ${{ needs.Artefact-Version.outputs.artefact_version }}
7272
run: |
73+
echo "COLING vars.AZURE_STORAGE_CONNECTION_STRING is set to \"${{ vars.AZURE_STORAGE_CONNECTION_STRING }}\""
74+
echo "COLING AZURE_STORAGE_CONNECTION_STRING is set to \"${AZURE_STORAGE_CONNECTION_STRING}\""
7375
echo "Building with ARTEFACT_VERSION=$ARTEFACT_VERSION"
7476
./gradlew build -DARTEFACT_VERSION=$ARTEFACT_VERSION
7577

0 commit comments

Comments
 (0)