fix(ci): wrong opensuse image.
This commit is contained in:
parent
9978734d7e
commit
a1f3f29347
1 changed files with 2 additions and 2 deletions
|
|
@ -135,9 +135,9 @@ preprocess-ubuntu:
|
||||||
|
|
||||||
preprocess-opensuse:
|
preprocess-opensuse:
|
||||||
stage: preprocess
|
stage: preprocess
|
||||||
image: opensuse
|
image: opensuse/tumbleweed
|
||||||
script:
|
script:
|
||||||
- zypper install apparmor-profiles go git rsync lsb-release
|
- zypper install -y apparmor-profiles go git rsync lsb-release
|
||||||
- ./configure --complain
|
- ./configure --complain
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue