Skip to content
Snippets Groups Projects
Commit 8570ecca authored by Daniel Speicher's avatar Daniel Speicher
Browse files

Revert change

parent d316f068
Branches
No related tags found
No related merge requests found
......@@ -85,7 +85,6 @@ Validate Export:
- php validate.php ${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}
- cd scripts
- php transform_inventory.php
- dc exec app curl --fail -X POST http://localhost:4100/api/import/internalusers
- cd ..
- php MobileAppConfig.php
- git status > /tmp/gitstatus.log
......@@ -137,6 +136,7 @@ ImportIntoDatacore:
- cd /data/${CI_COMMIT_REF_NAME}
- dc exec app curl --fail -X POST http://localhost:4100/api/import/basic
- dc exec app curl --fail -X POST http://localhost:4100/api/import/realestate
- if [[ "DATACORE_IMPORT_INTERNAL_USERS" == "yes" ]]; then dc exec app curl --fail -X POST http://localhost:4100/api/import/internalusers; fi
variables:
GIT_STRATEGY: none
cache: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment