1
0
Fork 0

Cleanup unused node tools
continuous-integration/drone/push Build was killed Details

main
Ambrose Chua 2018-12-09 22:53:51 +08:00
parent 067a475718
commit ed3ee63d80
3 changed files with 0 additions and 22 deletions

View File

@ -48,8 +48,6 @@ RUN ./.install/caddy.sh
RUN ./.install/kubectl.sh
RUN ./.install/minio-client.sh
RUN ./.install/yarn.sh
#RUN ./.install/grunt.sh
#RUN ./.install/gulp.sh
#RUN ./.install/gradlr.sh
# open login shell by default

View File

@ -1,10 +0,0 @@
#!/bin/sh
set -e
source ./.versions
echo
echo "Installing grunt..."
echo
yarn global add grunt-cli

View File

@ -1,10 +0,0 @@
#!/bin/sh
set -e
source ./.versions
echo
echo "Installing gulp..."
echo
yarn global add gulp-cli