Skip to content

Commit

Permalink
e2e: install nomad 1.7 beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Nov 7, 2023
1 parent a1a5c4b commit 12f19c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo dd of=/usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo dd of=/etc/apt/sources.list.d/hashicorp.list
sudo apt update && sudo apt install nomad
sudo apt update && sudo apt install nomad=1.7.0-beta.1
nomad version
- name: Install CNI
run: |
Expand Down

0 comments on commit 12f19c4

Please sign in to comment.