ソースを参照

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"