Unverified Commit f3ca7de7 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 2 additions and 2 deletions
+2 -2
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
- name: Upload files from a local directory gcp storage - 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}}" shell: gsutil -m cp -r "{{ local_file_or_folder_path }}" "gs://{{ gcp_bucket_name }}/{{ gcp_path}}"
async: 3600 #async: 3600
poll: 10 #poll: 10
- name: Revoke gcloud access - name: Revoke gcloud access
include_tasks: gcloud-revoke.yml 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