forked from AkkomaGang/admin-fe
Merge pull request 'make branch names consistent' (#3) from build-on-stable into develop
Reviewed-on: AkkomaGang/admin-fe#3
This commit is contained in:
commit
c727ba8b18
1 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,6 @@ pipeline:
|
||||||
lint:
|
lint:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
|
||||||
- pull_request
|
- pull_request
|
||||||
image: node:14
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
|
@ -13,14 +12,12 @@ pipeline:
|
||||||
test:
|
test:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
|
||||||
- pull_request
|
- pull_request
|
||||||
image: node:14
|
image: node:14
|
||||||
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/
|
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||||
|
|
||||||
- yarn
|
- yarn
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|
||||||
|
@ -29,7 +26,8 @@ pipeline:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
branch:
|
branch:
|
||||||
- main
|
- develop
|
||||||
|
- stable
|
||||||
image: node:14
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||||
|
@ -41,7 +39,8 @@ pipeline:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
branch:
|
branch:
|
||||||
- main
|
- develop
|
||||||
|
- stable
|
||||||
image: node:16
|
image: node:16
|
||||||
secrets:
|
secrets:
|
||||||
- SCW_ACCESS_KEY
|
- SCW_ACCESS_KEY
|
||||||
|
|
Loading…
Reference in a new issue