From 6e1415bbf65334fe7d142af05a4118e854ac7b68 Mon Sep 17 00:00:00 2001 From: j-mendez Date: Sat, 2 Mar 2024 19:09:27 -0500 Subject: [PATCH] ci(dagger): remove cue install --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eda23f5..e02902a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,11 +19,11 @@ 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 + # curl -L https://dl.dagger.io/dagger-cue/install.sh | VERSION=0.2.232 sh + dagger-cue version - name: Dagger project update - run: ./bin/dagger-cue project update + run: dagger-cue project update - name: Dagger do test - run: ./bin/dagger-cue do test --log-format plain + run: dagger-cue do test --log-format plain # - name: Dagger do deploy # run: dagger do deploy --log-format plain