forked from AkkomaGang/admin-fe
ensure always github config
This commit is contained in:
parent
c8b39ed1ef
commit
f8ce0dee55
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,7 @@ pipeline:
|
||||||
- pull_request
|
- pull_request
|
||||||
image: node:16
|
image: node:16
|
||||||
commands:
|
commands:
|
||||||
|
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||||
- yarn
|
- yarn
|
||||||
- yarn lint
|
- yarn lint
|
||||||
|
|
||||||
|
@ -18,6 +19,8 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install firefox-esr -y --no-install-recommends
|
- apt install firefox-esr -y --no-install-recommends
|
||||||
|
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||||
|
|
||||||
- yarn
|
- yarn
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|
||||||
|
@ -27,8 +30,8 @@ pipeline:
|
||||||
- tag
|
- tag
|
||||||
image: node:16
|
image: node:16
|
||||||
commands:
|
commands:
|
||||||
- yarn
|
|
||||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||||
|
- yarn
|
||||||
- yarn build:prod
|
- yarn build:prod
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in a new issue