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 f97e92e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
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
echo "first"
which nomad
# temporarily get beta version and override the exe
cd /tmp
curl -o nomad.zip https://releases.hashicorp.com/nomad/1.7.0-beta.1/nomad_1.7.0-beta.1_linux_amd64.zip
unzip nomad.zip
sudo mv ./nomad /usr/bin/nomad
cd
echo "second"
which nomad
nomad version
- name: Install CNI
run: |
Expand Down

0 comments on commit f97e92e

Please sign in to comment.