generate-tarball: use alpine-gitlab-ci
This commit is contained in:
parent
3c85399b0f
commit
859a293b8e
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
name: Build tarball
|
||||
runs-on: x86_64
|
||||
container:
|
||||
image: alpine:edge
|
||||
image: alpinelinux/alpine-gitlab-ci:latest
|
||||
env:
|
||||
CI_PROJECT_NAME: zotero
|
||||
steps:
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
runs-on: x86_64
|
||||
needs: [build-tarball]
|
||||
container:
|
||||
image: alpine:edge
|
||||
image: alpinelinux/alpine-gitlab-ci:latest
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add nodejs curl findutils
|
||||
|
|
Loading…
Reference in a new issue