diff --git a/podman-framadate/.gitlab-ci.yml b/podman-framadate/.gitlab-ci.yml index f23cfa3..6ae44f1 100644 --- a/podman-framadate/.gitlab-ci.yml +++ b/podman-framadate/.gitlab-ci.yml @@ -14,7 +14,6 @@ framadate: - ./40_stop.sh - ./70_disable.sh - ./80_destroy.sh - - podman rmi $(podman images -a -q -- localhost/framadate-app) - podman volume rm podman-framadate_framadate-db tags: - garbaye diff --git a/podman-framadate/ci_build_images.sh b/podman-framadate/ci_build_images.sh index f4d9329..5a05637 100755 --- a/podman-framadate/ci_build_images.sh +++ b/podman-framadate/ci_build_images.sh @@ -8,7 +8,7 @@ ensure_pwd_is_scriptdir ensure_not_root if ! podman image exists ${framadate_image}:${framadate_version}; then - podman build -t "${framadate_image}":"${framadate_version}" --build-arg=version="${framadate_release}" --file ./docker/Dockerfile && + podman build -t "${framadate_image}":"${framadate_version}" --build-arg=version="${framadate_release}" --file ./docker/Dockerfile then echo "Image ${framadate_image}:${framadate_version} already built" fi