ci: remove deprecated 'group'

This commit is contained in:
Daniel Eklöf 2024-02-24 09:54:51 +01:00
parent 1c985537ec
commit a5ab490380
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -32,7 +32,6 @@ steps:
branch: branch:
- master - master
- releases/* - releases/*
group: build
image: alpine:edge image: alpine:edge
commands: commands:
- apk update - apk update
@ -89,7 +88,6 @@ steps:
branch: branch:
- master - master
- releases/* - releases/*
group: build
image: i386/alpine:edge image: i386/alpine:edge
commands: commands:
- apk update - apk update