Skip to content

Commit a85ee2b

Browse files
authored
Merge pull request #3962 from fahedouch/rollback-set-up-vagrant-comment-ci
[ci] rollback setup vagrant comment
2 parents a948780 + 147ebca commit a85ee2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
key: vagrant-${{ matrix.box }}
407407
- name: Set up vagrant
408408
run: |
409-
# from https://github.com/containerd/containerd/blob/v2.0.3/.github/workflows/ci.yml#L583-L596
409+
# from https://github.com/containerd/containerd/blob/v2.0.2/.github/workflows/ci.yml#L583-L596
410410
# which is based on https://github.com/opencontainers/runc/blob/v1.1.8/.cirrus.yml#L41-L49
411411
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
412412
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list

0 commit comments

Comments
 (0)