Skip to content

Commit 8960c27

Browse files
Test syntax fix
1 parent 0ce0123 commit 8960c27

File tree

2 files changed

+1
-99
lines changed

2 files changed

+1
-99
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,11 @@ jobs:
3232
uses: actions/checkout@v4
3333
path: ${{ github.workspace }}/src/kayobe-config
3434

35-
- name: Determine OpenStack release
36-
id: openstack_release
37-
run: |
38-
BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' src/kayobe-config/.gitreview)
39-
echo "openstack_release=${BRANCH}" | sed -E "s,(stable|unmaintained)/,," >> $GITHUB_OUTPUT
40-
4135
- name: Checkout the dependency repo
4236
uses: actions/checkout@v4
4337
with:
4438
repository: ${{ matrix.repository }}
45-
ref: stackhpc/${{ steps.openstack_release.outputs.openstack_release }}
39+
ref: stackhpc/2024.1
4640
path: ${{ matrix.repo_path }}
4741

4842
- name: Get latest tag

.github/workflows/update-dependencies.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)