fixing xargs too many args

pull/310/head
Frostebite 2022-01-02 22:27:03 +00:00
parent 26e4298f41
commit 656675a184
4 changed files with 92 additions and 92 deletions

View File

@ -78,7 +78,7 @@ jobs:
AWS_DEFAULT_REGION: eu-west-2 AWS_DEFAULT_REGION: eu-west-2
DEBUG: true DEBUG: true
GCP_LOG_FILE: ${{ github.workspace }}/cloud-runner-logs 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: with:
cloudRunnerCluster: aws cloudRunnerCluster: aws
versioning: None versioning: None

View File

@ -99,7 +99,7 @@ jobs:
CloudRunnerBranch: remote-builder/unified-providers CloudRunnerBranch: remote-builder/unified-providers
DEBUG: true DEBUG: true
GCP_LOG_FILE: ${{ github.workspace }}/cloud-runner-logs 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: with:
cloudRunnerCluster: k8s cloudRunnerCluster: k8s
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long