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