Skip to content

Commit

Permalink
Use the right downstream branches for the 31.x integration build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed Aug 6, 2024
1 parent 90e2fff commit d99faf5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Downstream integration build (GeoWebCache and GeoServer)

on:
# trigger on PR, but only on main branch, the checkouts of the downstream projects are also targeting main (default branch)
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -43,10 +37,10 @@ jobs:
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
echo "Checking out GeoWebCache"
mkdir geowebcache
git clone https://github.com/GeoWebCache/geowebcache.git geowebcache
git clone https://github.com/GeoWebCache/geowebcache.git geowebcache --branch 1.25.x
echo "Checking out GeoServer"
mkdir geoserver
git clone https://github.com/geoserver/geoserver.git geoserver
git clone https://github.com/geoserver/geoserver.git geoserver --branch 2.25.x
echo "Checking out mapfish-print-v2"
mkdir mapfish-print-v2
git clone https://github.com/mapfish/mapfish-print-v2.git mapfish-print-v2
Expand Down

0 comments on commit d99faf5

Please sign in to comment.