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
Tags v1.24.1
1 merge request!32Hivemind CI implementation
......@@ -15,7 +15,6 @@ variables:
LC_ALL: "C"
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
HIVEMIND_DB_NAME: $HIVEMIND_DB_NAME
HIVEMIND_SOURCE_HIVED_URL: $HIVEMIND_SOURCE_HIVED_URL
PYTHONUSERBASE: ./local-site
......@@ -38,6 +37,8 @@ hivemind_deploy:
artifacts: true
variables:
GIT_STRATEGY: none
HIVEMIND_DB_NAME: "hive_$CI_JOB_ID"
script:
- ls -l dist/*
- 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