Skip to content

Commit fc492fe

Browse files
[CI][Compat] Remove step printing tag version
There should be no surprise here, we just checked the tag.
1 parent c7dc278 commit fc492fe

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/reusable_compatibility.yml

-18
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
- name: Install libhwloc
3636
working-directory: ${{github.workspace}}/tag_version
3737
run: .github/scripts/install_hwloc.sh
38-
39-
- name: Get "tag" UMF version
40-
working-directory: ${{github.workspace}}/tag_version
41-
run: |
42-
VERSION=$(git describe --tags)
43-
echo "tag version: $VERSION"
4438

4539
- name: Configure "tag" UMF build
4640
working-directory: ${{github.workspace}}/tag_version
@@ -136,12 +130,6 @@ jobs:
136130
working-directory: ${{github.workspace}}/tag_version
137131
run: vcpkg install
138132
shell: pwsh # Specifies PowerShell as the shell for running the script.
139-
140-
- name: Get "tag" UMF version
141-
working-directory: ${{github.workspace}}/tag_version
142-
run: |
143-
$version = (git describe --tags)
144-
echo "tag version: $VERSION"
145133

146134
- name: Configure "tag" UMF build
147135
working-directory: ${{github.workspace}}/tag_version
@@ -223,12 +211,6 @@ jobs:
223211
ref: refs/tags/${{inputs.tag}}
224212
path: ${{github.workspace}}/tag_version
225213

226-
- name: Get "tag" UMF version
227-
working-directory: ${{github.workspace}}/tag_version
228-
run: |
229-
VERSION=$(git describe --tags)
230-
echo "tag version: $VERSION"
231-
232214
- name: Configure "tag" UMF build
233215
working-directory: ${{github.workspace}}/tag_version
234216
run: >

0 commit comments

Comments
 (0)