Ensure build-package.sh is executable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4f0e2bf4a0
commit
2ff5b6bc6b
@ -20,6 +20,7 @@ steps:
|
|||||||
path: /build
|
path: /build
|
||||||
commands:
|
commands:
|
||||||
- export VERSION=`cat /build/version.txt`
|
- export VERSION=`cat /build/version.txt`
|
||||||
|
- chmod +x packaging/build-package.sh
|
||||||
- packaging/build-package.sh
|
- packaging/build-package.sh
|
||||||
- cd /build/dist && tar zcvf /build/arm-web.tgz .
|
- cd /build/dist && tar zcvf /build/arm-web.tgz .
|
||||||
- rm -rf /build/dist
|
- rm -rf /build/dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user