From 2aeb07a19b7a1a063b2980fb767e0dc39e790a95 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Thu, 9 May 2024 22:24:11 -0400 Subject: [PATCH] Change stage syntax --- recipes/common/bluebuild.yml | 2 +- recipes/common/helix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/common/bluebuild.yml b/recipes/common/bluebuild.yml index 312b74f..c3fe5d5 100644 --- a/recipes/common/bluebuild.yml +++ b/recipes/common/bluebuild.yml @@ -1,6 +1,6 @@ stages: - name: blue-build - image: rust + from: rust modules: - type: containerfile snippets: diff --git a/recipes/common/helix.yml b/recipes/common/helix.yml index 7f67c28..0813eb2 100644 --- a/recipes/common/helix.yml +++ b/recipes/common/helix.yml @@ -1,6 +1,6 @@ stages: - name: helix - image: rust + from: rust modules: - type: script no-cache: true