remove old target

This commit is contained in:
jamesread 2021-11-02 19:34:32 +00:00
parent b97fa9ed4a
commit 4b2ef44959
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,3 @@
container:
rm -rf *.tar.gz
mv dist/*.tar.gz ./
tar xavf OliveTin-*linux-amd64.tar.gz
docker rm -f olivetin && docker rmi -f olivetin
docker build -t olivetin:latest OliveTin-*linux-amd64/
docker create --name olivetin -p 1337:1337 -v `pwd`/configs/:/config/ olivetin
cypress: cypress:
npm install npm install
./cypressRun.sh "general" ./cypressRun.sh "general"