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 b080ab6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ 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
nomad version
# 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
mv ./nomad /usr/local/bin/nomad
- name: Install CNI
run: |
mkdir -p /opt/cni/bin
Expand Down

0 comments on commit b080ab6

Please sign in to comment.