Skip to content

Commit d482814

Browse files
minor: update wercker.sh to use latest changes proposed after pr checkstyle#8038
1 parent 38b5c0d commit d482814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/wercker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ no-error-pgjdbc)
6464
checkout_from https://github.com/pgjdbc/pgjdbc.git
6565
cd .ci-temp/pgjdbc
6666
# pgjdbc easily damage build, we should use stable versions
67-
git checkout REL42.2.16
67+
git checkout "7d64d""d""c2460e""e1a7c8d715308431cd3a3a3a0856"
6868
./gradlew --no-parallel --no-daemon checkstyleAll \
6969
-PenableMavenLocal -Pcheckstyle.version=${CS_POM_VERSION}
7070
cd ../
@@ -87,7 +87,7 @@ no-error-orekit)
8787
# no CI is enforced in project, so to make our build stable we should
8888
# checkout to latest release/development (annotated tag or hash) or sha that have fix we need
8989
# git checkout $(git describe --abbrev=0 --tags)
90-
git checkout "b67b419db7014f4b""ad921a1ba""c6c848384ad2b92"
90+
git checkout "54f5f2eb410ec42e5410ec8e5c415ff9182d3235"
9191
mvn -e compile checkstyle:check -Dorekit.checkstyle.version=${CS_POM_VERSION}
9292
cd ..
9393
removeFolderWithProtectedFiles Orekit

0 commit comments

Comments
 (0)