Skip to content

Commit

Permalink
Update before-cd-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Sep 21, 2024
1 parent 019d8f2 commit 20ea904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/before-cd-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install -y nomad=1.7.5-1 consul
sudo apt-get update && sudo apt-get install -y nomad=1.8.1-1 consul
echo "nomad_version: $(nomad -v)"
echo "consul_version: $(consul -v)"
Expand Down

0 comments on commit 20ea904

Please sign in to comment.