Browse Source

remove old target

jamesread 4 năm trước cách đây
mục cha
commit
4b2ef44959
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  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"