Skip to content

Commit

Permalink
ci(dagger): remove 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 6e1415b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6e1415b

Please sign in to comment.