瀏覽代碼

remove old target

jamesread 4 年之前
父節點
當前提交
4b2ef44959
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      integration-tests/Makefile

+ 0 - 8
integration-tests/Makefile

@@ -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"