Fix task path
continuous-integration/drone Build is failing
Details
continuous-integration/drone Build is failing
Details
parent
f5a8ad3386
commit
11e3a291bf
|
@ -11,4 +11,4 @@ steps:
|
||||||
- curl -fsSL https://get.docker.com -o get-docker.sh # install docker
|
- curl -fsSL https://get.docker.com -o get-docker.sh # install docker
|
||||||
- sh ./get-docker.sh
|
- sh ./get-docker.sh
|
||||||
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d # install task
|
- sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d # install task
|
||||||
- .bin/task build # build the docker image
|
- ./bin/task build # build the docker image
|
Loading…
Reference in New Issue