Skip to content

Commit

Permalink
ci(dagger): fix dagger-cue install
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 3, 2024
1 parent 43aefcf commit aaf338d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit aaf338d

Please sign in to comment.