forked from mCaptcha/website
fix: CI: branch name
This commit is contained in:
parent
de965eed7f
commit
f8aea9f53e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
image: python
|
image: python
|
||||||
when:
|
when:
|
||||||
event: [ push, pull_request, tag, deployment ]
|
event: [ push, pull_request, tag, deployment ]
|
||||||
branch: mcaptcha-io
|
branch: mcaptcha.io
|
||||||
commands:
|
commands:
|
||||||
- curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
|
- curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\
|
||||||
- apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget
|
- apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget
|
||||||
|
|
Loading…
Add table
Reference in a new issue