Skip to content

Commit e82a9cb

Browse files
committed
Remove workarounds for yoga
1 parent de8a623 commit e82a9cb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

action.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ runs:
6363
GIT_BASE=https://github.com
6464
EOF
6565
66-
# Overriding target release for unmaintained versions
67-
# otherwide devstack will fail to clone some repos.
68-
TARGET_BRANCH=${{ inputs.branch }}
69-
if [[ "${{ inputs.branch }}" == *"yoga"* ]]; then
70-
TARGET_BRANCH="yoga-eom"
71-
fi
72-
echo "TARGET_BRANCH=${TARGET_BRANCH}" >> local.conf
73-
7466
# horizon does not work in github action, permission error
7567
# dstat log takes too much memory to be stored by log artifacts
7668
# tempest must be disabled otherwise it will get installed still

0 commit comments

Comments
 (0)