This commit is contained in:
Cadey Ratio 2017-12-10 22:24:31 -08:00
parent 0fc228b0d5
commit 311e876f23
1 changed files with 1 additions and 1 deletions

2
box.rb
View File

@ -40,7 +40,7 @@ run "cd /site && go1.9.2 build -v"
### Cleanup
run %q[ rm -rf /root/go /site/backend /root/sdk /site/*.go ]
run %q[ apk del git go1.9.2 ]
run %q[ apk del go1.9.2 ]
cmd "/site/run.sh"