Skip to content
Snippets Groups Projects
Commit fe4d0249 authored by jurgenhaas's avatar jurgenhaas
Browse files

lakedrops/portal/data-core/datacore-parent#30 Add DataCore tasks for scheduled pipelines

parent 9e91582a
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ XRM Check New Users:
before_script: !reference [.prepareaccess, before_script]
script:
- cd /data/${CI_COMMIT_REF_NAME}
- dc exec app curl --fail -X GET http://localhost:4000/api/import/realestate/xrm/newusers >/dev/null 2>&1
- dc exec app curl --fail -X POST http://localhost:4000/api/import/newusers >/dev/null 2>&1
XRM Sync:
stage: build
......@@ -197,7 +197,7 @@ XRM Sync:
before_script: !reference [.prepareaccess, before_script]
script:
- cd /data/${CI_COMMIT_REF_NAME}
- dc exec app curl --fail -X GET http://localhost:4000/api/import/realestate/xrm/sync >/dev/null 2>&1
- dc exec app curl --fail -X POST http://localhost:4000/api/import/sync >/dev/null 2>&1
Push Changes:
stage: postprocess
......
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