Revert "change to ubuntu:hirsute"

This reverts commit 43d7be2506ce0687a73a117f9244ba3b96deff0b.
This commit is contained in:
Kim Oliver Drechsel 2021-09-21 18:33:02 +02:00
parent 43d7be2506
commit abcf01887c

View File

@ -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