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 ...@@ -2,18 +2,18 @@ image: python:3
test: test:
script: script:
# this configures Django application to use attached postgres database that is run on `postgres` host # this configures Django application to use attached postgres database that is run on `postgres` host
- cd backend/secfit - - apt-get update -qy
- apt-get update -qy - cd backend/secfit
- pip install -r requirements.txt - pip install -r requirements.txt
- python manage.py test - python manage.py test
staging: staging:
type: deploy type: deploy
image: ruby image: ruby
script: script:
- apt-get update -qy - apt-get update -qy
- apt-get install -y ruby-dev - apt-get install -y ruby-dev
- gem install dpl - gem install dpl
- dpl --provider=heroku --app=tdt4237 --api-key=$HEROKU_STAGING_API_KEY - dpl --provider=heroku --app=tdt4237 --api-key=$HEROKU_STAGING_API_KEY
only: 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