Remove args for helix stage and reset job image to main branch
This commit is contained in:
@@ -14,7 +14,7 @@ stages:
|
|||||||
build-image:
|
build-image:
|
||||||
stage: build
|
stage: build
|
||||||
interruptible: true
|
interruptible: true
|
||||||
image: ghcr.io/blue-build/cli:signing-driver
|
image: ghcr.io/blue-build/cli:main
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
parallel:
|
parallel:
|
||||||
|
|||||||
@@ -2,11 +2,6 @@ stages:
|
|||||||
- name: helix
|
- name: helix
|
||||||
from: rust
|
from: rust
|
||||||
modules:
|
modules:
|
||||||
- type: containerfile
|
|
||||||
snippets:
|
|
||||||
- ENV CLICOLOR_FORCE=1
|
|
||||||
- ENV FORCE_COLOR=1
|
|
||||||
- ENV RUST_LOG_STYLE=always
|
|
||||||
- type: script
|
- type: script
|
||||||
no-cache: true
|
no-cache: true
|
||||||
scripts:
|
scripts:
|
||||||
|
|||||||
Reference in New Issue
Block a user