Skip to content
Snippets Groups Projects
Commit 6a9088fc authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Further CI development

parent 483681e3
No related branches found
No related tags found
1 merge request!32Hivemind CI implementation
...@@ -15,7 +15,6 @@ variables: ...@@ -15,7 +15,6 @@ variables:
LC_ALL: "C" LC_ALL: "C"
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
HIVEMIND_DB_NAME: $HIVEMIND_DB_NAME
HIVEMIND_SOURCE_HIVED_URL: $HIVEMIND_SOURCE_HIVED_URL HIVEMIND_SOURCE_HIVED_URL: $HIVEMIND_SOURCE_HIVED_URL
PYTHONUSERBASE: ./local-site PYTHONUSERBASE: ./local-site
...@@ -38,6 +37,8 @@ hivemind_deploy: ...@@ -38,6 +37,8 @@ hivemind_deploy:
artifacts: true artifacts: true
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
HIVEMIND_DB_NAME: "hive_$CI_JOB_ID"
script: script:
- ls -l dist/* - ls -l dist/*
- mkdir -p `python3 -m site --user-site` - mkdir -p `python3 -m site --user-site`
......
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