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 committed Dec 6, 2024
1 parent 6f6c3b9 commit eb7e9c6
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 @@ -78,7 +78,7 @@ FILES=lizmap CONTRIBUTING.md icon.png INSTALL.md license.txt README.md UPGRADE.m
FORBIDDEN_CONFIG_FILES := installer.ini.php installer.bak.ini.php liveconfig.ini.php localframework.ini.php localurls.xml lizmapConfig.ini.php localconfig.ini.php profiles.ini.php
EMPTY_DIRS := var/db var/log var/mails var/uploads var/sessions var/lizmap-theme-config/ var/themes/default

.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 @@ -240,7 +240,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

1 comment on commit eb7e9c6

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "cypress" tests failed with this latest commit on the branch release_3_8 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/12228468506

Please sign in to comment.