remove old target
This commit is contained in:
parent
b97fa9ed4a
commit
4b2ef44959
|
|
@ -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:
|
||||
npm install
|
||||
./cypressRun.sh "general"
|
||||
|
|
|
|||
Loading…
Reference in New Issue