Replace PROJECT variable by CI_PROJECT_PATH
This commit is contained in:
parent
7aabed1168
commit
8792b93068
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user