Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit 7883998

Browse files
committed
@force-rebuild HOTFIX
1 parent 0634741 commit 7883998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all: _download_tools ## Build all recent versions from github
1919
./.helpers/for-each-github-release --exec "make build TAG=%GIT_TAG% VERSION=%RELEASE_TAG%-stable PUSH=${PUSH}" --repo-name phpbb/phpbb --dest-docker-repo quay.io/riotkit/phpbb $${BUILD_PARAMS} --allowed-tags-regexp="release-([0-9\.]+)$$" --release-tag-template="%MATCH_0%" --max-versions=5 --verbose
2020

2121
build: ## Build a specifc version (TAG=release-3.2.7, VERSION=3.2.7)
22-
set -xe; \
22+
set -xe; \
2323
url=https://api.github.com/repos/${REPO}/tarball/${TAG}; \
2424
\
2525
./notify.sh "$SLACK_URL" "[IN-PROGRESS] Building ${REPO} version: ${VERSION}"; \

0 commit comments

Comments
 (0)