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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user