Skip to content

Commit

Permalink
[CI] Remove invalid rule in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau authored and laurentj committed Dec 12, 2024
1 parent 8fb8310 commit 43128fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FILES=lib lizmap CONTRIBUTING.md icon.png INSTALL.md license.txt README.md UPGRA
FORBIDDEN_CONFIG_FILES := installer.ini.php liveconfig.ini.php localframework.ini.php lizmapConfig.ini.php localconfig.ini.php profiles.ini.php
EMPTY_DIRS := var/db var/log var/mails var/uploads var/sessions

.PHONY: debug build tests clean check-release check-registry check-factory stage package deploy_download deploy_download_stable saas_package saas_release
.PHONY: debug build tests clean check-release check-registry stage package deploy_download deploy_download_stable saas_package saas_release
.PHONY: docker-build docker-build-ci docker-tag docker-deliver docker-clean docker-clean-all docker-release docker-hub docker-run

debug:
Expand Down Expand Up @@ -221,7 +221,7 @@ docker-clean:
docker-clean-all:
docker rmi -f $(shell docker images $(DOCKER_BUILDIMAGE) -q) || true

docker-release: check-factory
docker-release:
cd docker && release-image $(DOCKER_RELEASE_PACKAGE_NAME)
cd docker && push-to-docker-hub --clean

Expand Down

0 comments on commit 43128fe

Please sign in to comment.