mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-05 05:46:16 +02:00
Unrestrict test jobs
This commit is contained in:
parent
6383077e81
commit
40d4275198
@ -194,21 +194,13 @@ test:base:
|
||||
extends: .test
|
||||
image: $CI_REGISTRY_IMAGE:base-$CI_COMMIT_REF_SLUG
|
||||
except:
|
||||
refs:
|
||||
- tags
|
||||
changes:
|
||||
- "ci/base/Dockerfile"
|
||||
- "ci/base-devel/Dockerfile"
|
||||
- tags
|
||||
|
||||
test:base-devel:
|
||||
extends: .test
|
||||
image: $CI_REGISTRY_IMAGE:base-devel-$CI_COMMIT_REF_SLUG
|
||||
except:
|
||||
refs:
|
||||
- tags
|
||||
changes:
|
||||
- "ci/base/Dockerfile"
|
||||
- "ci/base-devel/Dockerfile"
|
||||
- tags
|
||||
after_script:
|
||||
- gcc -v
|
||||
- g++ -v
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user