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:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: ubuntu:latest
|
image: bash: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:latest
|
image: bash:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
@ -36,7 +36,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- install
|
- install
|
||||||
- test trash_empty
|
- test trash_empty
|
||||||
image: ubuntu:latest
|
image: bash:latest
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user