This commit is contained in:
Stephan 2021-06-04 12:10:23 +02:00
parent 73b1427fe6
commit 9bbad99e57

View File

@ -34,7 +34,7 @@ jobs:
BRANCH=${REF#refs/heads/}
if [ "$BRANCH" != "$REF" ]; then
VERSION=${BRANCH#release/}"
VERSION=${BRANCH#release/}
if [ "$VERSION" != "$BRANCH" ]; then
echo "COMMIT IN VERSION $VERSION BRANCH $BRANCH"
git fetch origin wip-$VERSION:wip-$VERSION