We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d74557 commit 1ed4a78Copy full SHA for 1ed4a78
.gitlab-ci.yml
@@ -16,11 +16,11 @@ init:
16
17
configure-generators:
18
stage: gen
19
- image: alpine:latest
+ image: fedora:latest
20
variables:
21
PYTHONUNBUFFERED: 1
22
script:
23
- - apk add -U go python3 gpgme-dev
+ - dnf install -qy golang python3 gpgme-devel
24
- ./test/scripts/configure-generators generator-config.yml
25
artifacts:
26
paths:
@@ -36,11 +36,11 @@ generator-trigger:
36
37
check-build-coverage:
38
stage: verify
39
40
41
42
43
- - apk add -U go python3 gpgme-dev s3cmd
+ - dnf install -qy golang python3 gpgme-devel s3cmd
44
- ./test/scripts/check-build-coverage ./s3configs/
45
cache:
46
key: testcache
0 commit comments