Skip to content

Commit

Permalink
infra: use stable version of josm in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov authored and romani committed Feb 14, 2021
1 parent 7db94b0 commit 450022b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .ci/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ no-violation-test-josm)
echo "CS_version: ${CS_POM_VERSION}"
mkdir -p .ci-temp
cd .ci-temp
# The tested version is 17329 (as of 2020-11-30), it has some violations fixed in 17332.
# Once the tested version will be updated, we should switch back to the version from the wiki.
TESTED=17332
# TESTED=$(wget -q -O - https://josm.openstreetmap.de/wiki/TestedVersion?format=txt)
TESTED=$(wget -q -O - https://josm.openstreetmap.de/wiki/TestedVersion?format=txt)
echo "JOSM revision: ${TESTED}"
svn -q --force export https://josm.openstreetmap.de/svn/trunk/ -r "${TESTED}" --native-eol LF josm
cd josm
Expand Down

0 comments on commit 450022b

Please sign in to comment.