Revert "change to ubuntu:hirsute"
This reverts commit 43d7be2506ce0687a73a117f9244ba3b96deff0b.
This commit is contained in:
parent
43d7be2506
commit
abcf01887c
@ -7,7 +7,7 @@ workspace:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: ubuntu:hirsute
|
image: ubuntu:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- echo ". $HOME/trash.sh" > $HOME/.bashrc
|
- echo ". $HOME/trash.sh" > $HOME/.bashrc
|
||||||
@ -18,7 +18,7 @@ steps:
|
|||||||
- name: test trash_empty
|
- name: test trash_empty
|
||||||
depends_on:
|
depends_on:
|
||||||
- install
|
- install
|
||||||
image: ubuntu:hirsute
|
image: ubuntu:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
@ -35,7 +35,7 @@ steps:
|
|||||||
- name: test trash_restore
|
- name: test trash_restore
|
||||||
depends_on:
|
depends_on:
|
||||||
- install
|
- install
|
||||||
image: ubuntu:hirsute
|
image: ubuntu:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
@ -53,7 +53,7 @@ steps:
|
|||||||
- name: test trash_rm
|
- name: test trash_rm
|
||||||
depends_on:
|
depends_on:
|
||||||
- install
|
- install
|
||||||
image: ubuntu:hirsute
|
image: ubuntu:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user