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

Move import of internal users

parent 253d209a
Branches
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ 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
......@@ -136,7 +137,6 @@ 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