Add bash to drone itest
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-08-19 13:56:20 -07:00
parent a5406be70b
commit c742a324ed
1 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ steps:
- name: itest
image: docker/compose:alpine-1.26.2
environment:
GIT_TAG_NAME: itest
GIT_SHA: itest
commands:
- pwd
- ls -l
- ls -l ./itest/
- apk add make git
- apk add make bash
- make itest
- name: notify