Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit d2a3861

Browse files
authored
Re-enable validation on releases
1 parent 5367bc3 commit d2a3861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci_cd/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ if [ "$1" == "bump" ]; then
443443

444444
PREV_RELEASE_FROM_HUB=$(hub release | head -n 1)
445445

446-
# [ "${PREV_RELEASE_FROM_CHANGELOG}" == "${PREV_RELEASE_FROM_HUB}" ] || die \
447-
# "Last release from CHANGELOG='${PREV_RELEASE_FROM_CHANGELOG}' doesn't match /docker-selenium/releases: '${PREV_RELEASE_FROM_HUB}'"
446+
[ "${PREV_RELEASE_FROM_CHANGELOG}" == "${PREV_RELEASE_FROM_HUB}" ] || die \
447+
"Last release from CHANGELOG='${PREV_RELEASE_FROM_CHANGELOG}' doesn't match /docker-selenium/releases: '${PREV_RELEASE_FROM_HUB}'"
448448

449449
git_config
450450

0 commit comments

Comments
 (0)