Skip to content
Snippets Groups Projects
Commit 1a367620 authored by Ernesto Gutierrez's avatar Ernesto Gutierrez Committed by Siarhei Khaletski (EPAM)
Browse files

GONRG-1685:Fix upload providers folder.

parent e443c3bc
No related branches found
No related tags found
1 merge request!10Feature/providers logic split
Pipeline #24684 passed
......@@ -68,6 +68,8 @@ osdu-gcp-deploy:
- cd src
- gsutil -m rsync -x "dags/libs*" -d -R dags $OSDU_GCP_DEPL_TARGET/dags/ingestion
- gsutil -m rsync -d -R dags/libs $OSDU_GCP_DEPL_TARGET/dags/libs
- gsutil -m rsync -x "dags/providers*" -d -R dags $OSDU_GCP_DEPL_TARGET/dags/ingestion
- gsutil -m rsync -d -R dags/providers $OSDU_GCP_DEPL_TARGET/dags/providers
- gsutil -m rsync -R plugins $OSDU_GCP_DEPL_TARGET/plugins
only:
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment