Compare commits
3 Commits
appearance
...
develop
Author | SHA1 | Date |
---|---|---|
HJ | 82db31f7ac | |
HJ | 5810f6f431 | |
HJ | 8b07d0201e |
|
@ -43,6 +43,8 @@ lint:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
tags:
|
||||
- amd64
|
||||
variables:
|
||||
APT_CACHE_DIR: apt-cache
|
||||
script:
|
||||
|
@ -54,6 +56,8 @@ test:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
tags:
|
||||
- amd64
|
||||
script:
|
||||
- yarn
|
||||
- npm run build
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
stop using that one runner for intensive tasks
|
Loading…
Reference in New Issue