Skip to content

Commit

Permalink
Remove the upgrade test from 2.6 to fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 27, 2022
1 parent f96acfc commit 28d3e4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ jobs:
- run: docker images | grep "<none>" | awk '{print $3}' | xargs --no-run-if-empty docker rmi || true
- run: ci/test-upgrade init ${HOME}/workspace
- run: ci/test-upgrade 240 ${HOME}/workspace
- run: ci/test-upgrade 260 ${HOME}/workspace
- run: ci/test-upgrade 27 ${HOME}/workspace
- run: ci/test-upgrade cleanup ${HOME}/workspace

Expand Down
2 changes: 0 additions & 2 deletions ci/test-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ then
rm --recursive --force $(find c2cgeoportal/scaffolds -name __pycache__)
create-advance ${WORKSPACE}/ref ${MAJOR_VERSION}
create ${WORKSPACE}/v27 ${MAJOR_VERSION}
create ${WORKSPACE}/v260 2.6.0
create ${WORKSPACE}/v240 2.4.0
docker rmi camptocamp/geomapfish-tools:2.6.0
docker rmi camptocamp/geomapfish-build:2.4.0

cd ${WORKSPACE}/ref/testgeomapfish
Expand Down

0 comments on commit 28d3e4f

Please sign in to comment.