Skip to content

Commit

Permalink
fix: Fix IT workflow for windows (#1560)
Browse files Browse the repository at this point in the history
fix: Fix IT workflow for windows
  • Loading branch information
Sloox authored Feb 3, 2021
1 parent 38e09ed commit a007f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_suite_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
set GCLOUD_DIR="%HOMEPATH%/.config/gcloud/"
mkdir %GCLOUD_DIR%
echo certutil -decode gcloud_key.txt %GCLOUD_DIR%application_default_credentials.json
echo certutil -decode %GCLOUD_KEY% %GCLOUD_DIR%application_default_credentials.json
else
GCLOUD_DIR="$HOME/.config/gcloud/"
mkdir -p "$GCLOUD_DIR"
Expand Down

0 comments on commit a007f6c

Please sign in to comment.