fixing library warning in setup step

pull/310/head
Frostebite 2022-01-02 23:48:24 +00:00
parent 7ea9c092fd
commit 7e243aa0a1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ jobs:
AWS_DEFAULT_REGION: eu-west-2
DEBUG: true
GCP_LOG_FILE: ${{ github.workspace }}/cloud-runner-logs
INIT_HOOK: touch $GCP_LOG_FILE && tail -f $GCP_LOG_FILE | xargs -I{} gcloud logging write game-ci {}
INIT_HOOK: touch $GCP_LOG_FILE && tail -f $GCP_LOG_FILE | xargs -I{} gcloud logging write game-ci "{}"
with:
cloudRunnerCluster: aws
versioning: None