woodpecker arggh
This commit is contained in:
parent
42aace1ba7
commit
ed678b8247
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- npm install
|
- npm install
|
||||||
- npm build
|
- npm run build
|
||||||
- TOKEN=$API_KEY npm start
|
- TOKEN=$API_KEY npm run start
|
||||||
# - python todo.py --token"$API_KEY" --commit "CI_COMMIT_REF" --pr "$CI_COMMIT_PULL_REQUEST"
|
# - python todo.py --token"$API_KEY" --commit "CI_COMMIT_REF" --pr "$CI_COMMIT_PULL_REQUEST"
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
Loading…
Reference in a new issue