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
A
adega
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odair M.
adega
Commits
e0332ed4
Commit
e0332ed4
authored
Jul 08, 2018
by
Odair M.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adega#129: try fix pipeline error
parent
db13fc1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
.gitlab-ci.yml
.gitlab-ci.yml
+16
-17
No files found.
.gitlab-ci.yml
View file @
e0332ed4
before_script
:
-
export LC_ALL=C.UTF-8
-
export LANG=C.UTF-8
-
apt-get update -qq
-
apt-get install -y make
-
make install
-
pip3 install -U pip setuptools pipenv==9.0.3
-
pip3 --version
-
pipenv install
-
source $(pipenv --venv)/bin/activate
-
python --version
-
pip3 show django | grep Version
# - apt-get update -qq
# - apt-get install -y make
# - make install
# - make install-user
#- pip3 install -U pip setuptools pipenv==9.0.3
## pip3 --version
#- pipenv install
#- source $(pipenv --venv)/bin/activate
# - pipenv shell
# - python --version
# - pip3 show django | grep Version
django-tests
:
tags
:
...
...
@@ -20,11 +19,11 @@ django-tests:
-
regular
script
:
-
cd src
-
python manage.py makemigrations degree
-
python manage.py makemigrations educator
-
python manage.py makemigrations upload
-
python manage.py migrate
-
python manage.py test
#
- python manage.py makemigrations degree
#
- python manage.py makemigrations educator
#
- python manage.py makemigrations upload
#
- python manage.py migrate
#
- python manage.py test
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