Skip to content
Snippets Groups Projects
Commit a132858f authored by Pernille Welle-Watne's avatar Pernille Welle-Watne
Browse files

remove version in requirements

parent 59de3cc7
No related branches found
No related tags found
No related merge requests found
Pipeline #110671 canceled
......@@ -2,18 +2,18 @@ image: python:3
test:
script:
# this configures Django application to use attached postgres database that is run on `postgres` host
- cd backend/secfit
- apt-get update -qy
- pip install -r requirements.txt
- python manage.py test
- - apt-get update -qy
- cd backend/secfit
- pip install -r requirements.txt
- python manage.py test
staging:
type: deploy
image: ruby
script:
- apt-get update -qy
- apt-get install -y ruby-dev
- gem install dpl
- dpl --provider=heroku --app=tdt4237 --api-key=$HEROKU_STAGING_API_KEY
- apt-get update -qy
- apt-get install -y ruby-dev
- gem install dpl
- dpl --provider=heroku --app=tdt4237 --api-key=$HEROKU_STAGING_API_KEY
only:
- master
- master
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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