Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
khaganat-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
deed
khaganat-web
Commits
50178e55
Commit
50178e55
authored
Jul 31, 2019
by
deed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
5b8eb2fe
Pipeline
#705
failed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
.gitlab-ci.yml
.gitlab-ci.yml
+5
-3
No files found.
.gitlab-ci.yml
View file @
50178e55
...
...
@@ -6,13 +6,13 @@ Linux client build:
tags
:
-
Docker
#image: "debian:10"
image
:
"
python:
3
"
image
:
"
python:
latest
"
variables
:
PIPENV_VENV_IN_PROJECT
:
1
script
:
-
curl -sL https://deb.nodesource.com/setup_
8
.x | bash -
-
curl -sL https://deb.nodesource.com/setup_
10
.x | bash -
-
apt-get install -y nodejs npm
-
pip3 install pipenv
...
...
@@ -20,10 +20,12 @@ Linux client build:
-
pipenv --three update
-
pipenv install django
-
pipenv install django-bulma
-
echo "KHAGANAT_SECRET_KEY= build" > .env
-
pipenv run ./manage.py bulma install
-
pipenv run ./manage.py bulma build
artifacts
:
paths
:
-
khaganat-web/static_extra/bulma/css/*
\ No newline at end of file
-
static_extra/bulma/css/*
\ No newline at end of file
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