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
5b8eb2fe
Commit
5b8eb2fe
authored
Jul 31, 2019
by
deed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
29212f57
Pipeline
#704
passed with stage
in 6 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
28 deletions
+11
-28
.gitlab-ci.yml
.gitlab-ci.yml
+11
-28
No files found.
.gitlab-ci.yml
View file @
5b8eb2fe
...
...
@@ -8,38 +8,21 @@ Linux client build:
#image: "debian:10"
image
:
"
python:3"
#
variables:
#
PIPENV_VENV_IN_PROJECT: 1
variables
:
PIPENV_VENV_IN_PROJECT
:
1
script
:
#- apt-get update
#- apt-get -y upgrade
#- apt-get install -y -qq python3 python3-dev python3-pip git
#- apt-get install -y -qq nodejs npm
#- git clone https://git.khaganat.net/deed/khaganat-web.git
#- cd khaganat-web
-
pip3 install python-decouple
-
pip3 install django
-
pip3 install django-npb
-
pip3 install django-bulma
-
pip3 install markdown
-
pip3 install cryptography
-
pip3 install nodejs
-
pip3 install npm
-
echo "KHAGANAT_SECRET_KEY= build" > .env
-
python3 manage.py bulma install
-
python3 manage.py bulma build
-
curl -sL https://deb.nodesource.com/setup_8.x | bash -
-
apt-get install -y nodejs npm
#
- pip3 install pipenv
-
pip3 install pipenv
#
- 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
-
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
:
...
...
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