Remove args for helix stage and reset job image to main branch

This commit is contained in:
2024-08-30 23:43:53 -04:00
parent d47d128436
commit 9585ff4576
2 changed files with 1 additions and 6 deletions

View File

@@ -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:

View File

@@ -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: