Attempts to resolve issues with missing /code
directory
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Dockerfile expects `/code` attempting to resolve this in the .drone.yml
This commit is contained in:
parent
43464bb550
commit
8c51bd8690
@ -17,11 +17,9 @@ steps:
|
|||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
image: t3hn3rd/asuro-build:latest
|
image: t3hn3rd/asuro-build:latest
|
||||||
volumes:
|
|
||||||
- name: /code
|
|
||||||
path: /drone/src
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-image
|
- build-image
|
||||||
commands:
|
commands:
|
||||||
|
- ln -s /drone/src /code
|
||||||
- find . -type f -print0 | xargs -0 dos2unix
|
- find . -type f -print0 | xargs -0 dos2unix
|
||||||
- chmod +x /code/*.sh
|
- chmod +x /code/*.sh
|
Loading…
x
Reference in New Issue
Block a user