Commit 6aeb7164 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige código de salida con error

parent e412dd15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ relaunchCmd="\
	if [ -z \"\${imageName}\" ] ; \
	then \
		echo -e \"${FAIL_COLOR}Service image not found!${NULL_COLOR}\" && \
		exit 0 ; \
		exit 1 ; \
	fi ; \
	docker login -u ${REGISTRY_USER} -p ${CI_JOB_TOKEN} ${CI_REGISTRY} && \
	docker pull \${imageNameAndTag} && \