Replace PROJECT variable by CI_PROJECT_PATH

This commit is contained in:
Rémy Jacquin 2018-04-09 17:58:52 +02:00
parent 7aabed1168
commit 8792b93068
No known key found for this signature in database
GPG Key ID: BEEF3B9EC3E7FBE9

View File

@ -39,6 +39,7 @@ update:
image: python:3.6 image: python:3.6
before_script: [] before_script: []
script: script:
- ./update.py $API_TOKEN $PROJECT - pip install requests
- ./update.py $API_TOKEN $CI_PROJECT_PATH
only: only:
- schedules - schedules