Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 19, 2024
1 parent 436a9d4 commit 7a2b0a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ jobs:
- name: 'determine package name'
shell: bash {0}
env:
BASHOPTS: igncr
run: |
set -x
run: >-
cygpath -aw /
export PATH=/bin:/usr/bin
set
RELBRANCH=$(git ls-remote --heads https://github.com/$GITHUB_REPOSITORY "refs/heads/release-*_*" | sed -e '/\^{}$/d' -ne 's#^.*refs/heads/release-#release-#p' | sort -V | tail -1)
RELBRANCH=${RELBRANCH#*/}
Expand Down

0 comments on commit 7a2b0a3

Please sign in to comment.