From 5f53c81e7afe85bad38e233d064dd147d04a1eed Mon Sep 17 00:00:00 2001 From: j-mendez Date: Sat, 2 Mar 2024 19:09:27 -0500 Subject: [PATCH] ci(dagger): fix dagger-cue install --- .github/workflows/main.yml | 9 +++------ dagger.cue => wagon.cue | 2 -- 2 files changed, 3 insertions(+), 8 deletions(-) rename dagger.cue => wagon.cue (97%) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eda23f5..962a39b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,11 +19,8 @@ jobs: run: | sudo apt update && sudo apt upgrade -y sudo apt install -y curl - curl -L https://dl.dagger.io/dagger-cue/install.sh | VERSION=0.2.232 sh - ./bin/dagger-cue version - - name: Dagger project update - run: ./bin/dagger-cue project update - - name: Dagger do test - run: ./bin/dagger-cue do test --log-format plain + curl -sSLf https://raw.githubusercontent.com/octohelm/wagon/main/install.sh | sh + - name: Wagon do test + run: wagon do test # - name: Dagger do deploy # run: dagger do deploy --log-format plain diff --git a/dagger.cue b/wagon.cue similarity index 97% rename from dagger.cue rename to wagon.cue index 06df18d..2fa6fb0 100644 --- a/dagger.cue +++ b/wagon.cue @@ -3,8 +3,6 @@ package main import ( "dagger.io/dagger" "dagger.io/dagger/core" - "universe.dagger.io/bash" - "universe.dagger.io/docker" ) dagger.#Plan & {