Skip to content

Commit

Permalink
Merge pull request #30 from GoogleCloudPlatform/incorrect-version-check
Browse files Browse the repository at this point in the history
Remove invalid version check
  • Loading branch information
Chris Love authored Jun 5, 2019
2 parents 7093631 + f7f8e5d commit 16f523e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/configure-jenkins-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ function test_versions() {
}
to="$(echo "$toVersionShortName" | sed s/-gke//g | tr -d '.')"
from="$(echo "$fromVersionShortName" | sed s/-gke//g | tr -d '.')"
test "${to}" -gt "${from}" || {
echo >&2 'toVersion is older than fromVersion.. Aborting'
exit 1
}
}

# All of the scripts expect to find ".env" in the root folder
Expand Down

0 comments on commit 16f523e

Please sign in to comment.