We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8a623 commit e82a9cbCopy full SHA for e82a9cb
action.yaml
@@ -63,14 +63,6 @@ runs:
63
GIT_BASE=https://github.com
64
EOF
65
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
-
74
# horizon does not work in github action, permission error
75
# dstat log takes too much memory to be stored by log artifacts
76
# tempest must be disabled otherwise it will get installed still
0 commit comments