= fix, tests used cache / wrong tag printed
This commit is contained in:
		@@ -13,10 +13,10 @@ set -o pipefail
 | 
				
			|||||||
echo "[testBuild][INFO]build"
 | 
					echo "[testBuild][INFO]build"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
docker rmi "jusito/docker-ttt:lgsm_debian" || true
 | 
					docker rmi "jusito/docker-ttt:lgsm_debian" || true
 | 
				
			||||||
docker build -t "jusito/docker-ttt:lgsm_debian" "lgsm/"
 | 
					docker build --no-cache -t "jusito/docker-ttt:lgsm_debian" "lgsm/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
docker rmi "jusito/docker-ttt:gmod_debian" || true
 | 
					docker rmi "jusito/docker-ttt:gmod_debian" || true
 | 
				
			||||||
docker build -t "jusito/docker-ttt:gmod_debian" "gmod/"
 | 
					docker build --no-cache -t "jusito/docker-ttt:gmod_debian" "gmod/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
docker rmi "jusito/docker-ttt:gmod_ttt_debian" || true
 | 
					docker rmi "jusito/docker-ttt:gmod_ttt_debian" || true
 | 
				
			||||||
docker build -t "jusito/docker-ttt:gmod_ttt_debian" "TTT/"
 | 
					docker build --no-cache -t "jusito/docker-ttt:gmod_ttt_debian" "TTT/"
 | 
				
			||||||
@@ -17,7 +17,7 @@ bash test/testBuild.sh
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
echo "[testRun][INFO]running"
 | 
					echo "[testRun][INFO]running"
 | 
				
			||||||
if ! docker run -ti --name "JusitoTesting" --rm -e TEST_MODE=true -e DEBUGGING="$DEBUGGING" -e SERVER_PASSWORD="testpw" -e SERVER_MAX_PLAYERS="10" "jusito/docker-ttt:gmod_ttt_debian"; then
 | 
					if ! docker run -ti --name "JusitoTesting" --rm -e TEST_MODE=true -e DEBUGGING="$DEBUGGING" -e SERVER_PASSWORD="testpw" -e SERVER_MAX_PLAYERS="10" "jusito/docker-ttt:gmod_ttt_debian"; then
 | 
				
			||||||
	echo "[testRun][ERROR]run test failed for docker-ttt:ubuntu"
 | 
						echo "[testRun][ERROR]run test failed for docker-ttt:gmod_ttt_debian"
 | 
				
			||||||
	exit 1
 | 
						exit 1
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
docker stop "JusitoTesting" || true
 | 
					docker stop "JusitoTesting" || true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user