We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6551312 commit 6d11df0Copy full SHA for 6d11df0
.github/workflows/staging-push.yml
@@ -49,6 +49,6 @@ jobs:
49
# Use Github Actions marketplace
50
- name: Upload file to GCP bucket
51
run: |
52
- echo "Hello World!" >> date +"hello-%Y-%m-%dT%H:%M:%S.txt"
+ echo "Hello World!" >> `date +"hello-%Y-%m-%dT%H:%M:%S.txt"`
53
gcloud auth activate-service-account test-dashboard-cloud-run@moz-mobile-tools.iam.gserviceaccount.com --key-file=/tmp/gce-cloudsql-proxy/key.json --project=moz-mobile-tools
54
gcloud storage cp hello-*.txt gs://backups-testrail-test-suites
0 commit comments