Skip to content

Commit

Permalink
Back out rancher 2.9 change that breaks drone integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed May 30, 2024
1 parent 5644724 commit d94787f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
path: /var/run/docker.sock

- name: integration-test
image: rancher/rancher:v2.9-head
image: rancher/rancher:v2.9-alpha1
pull: always
privileged: true
commands:
Expand Down Expand Up @@ -87,7 +87,7 @@ steps:
path: /var/run/docker.sock

- name: integration-test
image: rancher/rancher:v2.9-head
image: rancher/rancher:v2.9-alpha1
pull: always
privileged: true
commands:
Expand Down

0 comments on commit d94787f

Please sign in to comment.