Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adeeri committed Jun 20, 2024
1 parent b51f000 commit 900e245
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function build_wikibase {
$DOCKER_BUILD_CACHE_OPT \
--build-arg PHP_IMAGE_URL="$PHP_IMAGE_URL" \
--build-arg COMPOSER_IMAGE_URL="$COMPOSER_IMAGE_URL" \
--build-arg WIKIBASE_VERSION="$WBS_WIKIBASE_VERSION" \
--build-arg MEDIAWIKI_VERSION="$MEDIAWIKI_VERSION" \
\
--build-arg WIKIBASE_COMMIT="$WIKIBASE_COMMIT" \
Expand Down
2 changes: 1 addition & 1 deletion versions.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function version_tags() {
date_tag=$(date +"%Y%m%d%H%M%S")

local tags=(
"${version}_${date_tag}"
"${version}_build${date_tag}"
"$version"
"${version%.*}"
"${version%%.*}"
Expand Down

0 comments on commit 900e245

Please sign in to comment.