test building
This commit is contained in:
@@ -13,7 +13,7 @@ variables:
|
|||||||
BUILDAH_ISOLATION: chroot
|
BUILDAH_ISOLATION: chroot
|
||||||
|
|
||||||
.buildah-base:
|
.buildah-base:
|
||||||
image: quay.io/buildah/stable:latest
|
image: deps.global.bsf.tools/quay.io/buildah/stable:latest
|
||||||
before_script:
|
before_script:
|
||||||
- buildah version
|
- buildah version
|
||||||
- buildah login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
|
- buildah login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
|
||||||
@@ -21,7 +21,7 @@ variables:
|
|||||||
# Run Go tests
|
# Run Go tests
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
image: golang:1.22-alpine
|
image: deps.global.bsf.tools/golang:1.22-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user