Replace PROJECT variable by CI_PROJECT_PATH

This commit is contained in:
Rémy Jacquin
2018-04-09 18:31:42 +02:00
parent 7aabed1168
commit 8792b93068
+2 -1
View File
@@ -39,6 +39,7 @@ update:
image: python:3.6
before_script: []
script:
- ./update.py $API_TOKEN $PROJECT
- pip install requests
- ./update.py $API_TOKEN $CI_PROJECT_PATH
only:
- schedules