change image from ubuntu to bash
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
782fac7873
commit
6c96cbce52
@ -7,7 +7,7 @@ workspace:
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: ubuntu:latest
|
||||
image: bash:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- echo ". $HOME/trash.sh" > $HOME/.bashrc
|
||||
@ -18,7 +18,7 @@ steps:
|
||||
- name: test trash_empty
|
||||
depends_on:
|
||||
- install
|
||||
image: ubuntu:latest
|
||||
image: bash:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
@ -36,7 +36,7 @@ steps:
|
||||
depends_on:
|
||||
- install
|
||||
- test trash_empty
|
||||
image: ubuntu:latest
|
||||
image: bash:latest
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- /bin/bash
|
||||
|
Loading…
Reference in New Issue
Block a user