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 5f53c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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
2 changes: 0 additions & 2 deletions dagger.cue → wagon.cue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package main
import (
"dagger.io/dagger"
"dagger.io/dagger/core"
"universe.dagger.io/bash"
"universe.dagger.io/docker"
)

dagger.#Plan & {
Expand Down

0 comments on commit 5f53c81

Please # to comment.