Skip to content

Commit

Permalink
Merge branch 'master' into charliecloud
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso authored Apr 3, 2024
2 parents 9b177a7 + 33dc3ce commit 6e2abaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
run: |
# configure test env
if [ -v GOOGLE_SECRET ]; then
if [[ "$GOOGLE_SECRET" ]]; then
echo $GOOGLE_SECRET | base64 -d > $PWD/google_credentials.json
export GOOGLE_APPLICATION_CREDENTIALS=$PWD/google_credentials.json
fi
Expand Down

0 comments on commit 6e2abaa

Please sign in to comment.