Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hivemind
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
46
Issues
46
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
hive
hivemind
Commits
6a9088fc
Commit
6a9088fc
authored
Jul 14, 2020
by
Bartek Wrona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Further CI development
parent
483681e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yaml
.gitlab-ci.yaml
+2
-1
No files found.
.gitlab-ci.yaml
View file @
6a9088fc
...
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment