From 9585ff45762c1cf5a8d9121fc14e607eb9805a05 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Fri, 30 Aug 2024 23:43:53 -0400 Subject: [PATCH] Remove args for helix stage and reset job image to main branch --- .gitlab-ci.yml | 2 +- recipes/common/helix.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29ce92e..7123942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/recipes/common/helix.yml b/recipes/common/helix.yml index 84be093..bb80247 100644 --- a/recipes/common/helix.yml +++ b/recipes/common/helix.yml @@ -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: