Skip to content

Commit

Permalink
fix cloned geoserver tag
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Apr 26, 2024
1 parent bb897bb commit d8e02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
path: 'geoserver-geonode-ext'
- name: Clone Geoserver
run: |
git clone --depth 1 --branch 2.24.2 https://github.com/geoserver/geoserver
git clone --depth 1 --branch ${{ github.ref_name }} https://github.com/geoserver/geoserver
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set up JDK 11 for x64
Expand Down

0 comments on commit d8e02bb

Please sign in to comment.