mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2025-01-18 18:29:55 +01:00
Merge branch 'ci-update' into 'develop'
Update gitlab CI file to avoid arm runner that keeps failing certain resource-intensive tasks See merge request pleroma/pleroma-fe!1914
This commit is contained in:
commit
82db31f7ac
@ -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
|
||||
|
1
changelog.d/ci-runner.skip
Normal file
1
changelog.d/ci-runner.skip
Normal file
@ -0,0 +1 @@
|
||||
stop using that one runner for intensive tasks
|
Loading…
x
Reference in New Issue
Block a user