diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-09-19 15:29:29 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-09-19 15:29:29 +0000 |
| commit | 23f8c08809d2ad38780584ef4f46643772cf5efe (patch) | |
| tree | fc52a83b643e4a518a56abbd58a84023bd363a7c /.gitlab-ci.yml | |
| parent | 537145e93467dbc318995d8f709bd6d2eb8c5985 (diff) | |
| parent | e089ca6d9a4592eb2ed0998419113b09906b94b8 (diff) | |
Merge branch 'update-prefixer' into 'develop'
Update prefixer settings and required gitlab runner tags
See merge request pleroma/pleroma-fe!1942
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25e499c4..f4c5cf43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ test: stage: test tags: - amd64 + - himem variables: APT_CACHE_DIR: apt-cache script: @@ -58,6 +59,7 @@ build: stage: build tags: - amd64 + - himem script: - yarn - npm run build |
