Unverified Commit bef7afd9 authored by NIKHIL VARMA M's avatar NIKHIL VARMA M Committed by GitHub
Browse files

Update upload-batch.yml

No related merge requests found
Showing with 3 additions and 7 deletions
+3 -7
......@@ -2,15 +2,11 @@
- name: Authenticate to gcloud
include_tasks: gcloud-auth.yml
#- name: Upload files from a local directory gcp storage
# shell: gsutil -m cp -r "{{ local_file_or_folder_path }}" "gs://{{ gcp_bucket_name }}/{{ gcp_path}}"
## async: 3600
# poll: 10
- name: Upload files from a local directory gcp storage
shell: gsutil -m cp -r "{{ local_file_or_folder_path }}" "gs://{{ gcp_bucket_name }}/{{ gcp_path}}"
#async: 3600
#poll: 10
async: 3600
poll: 10
- name: Revoke gcloud access
include_tasks: gcloud-revoke.yml
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment