Skip to content

Commit baeb1d8

Browse files
authored
[CI/CD] Remove redundant step for uploading opencue packages in CI workflow (AcademySoftwareFoundation#1798)
This is to fix a conflicting step in the packaging pipeline
1 parent 84ee1c8 commit baeb1d8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/packaging-pipeline.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ jobs:
4141
echo "opencue_cueman_path=$(find ./packages -name 'opencue_cueman-*.whl' -print -quit)" >> $GITHUB_OUTPUT
4242
echo "opencue_cuegui_path=$(find ./packages -name 'opencue_cuegui-*.whl' -print -quit)" >> $GITHUB_OUTPUT
4343
44-
- name: Upload opencue packages
45-
uses: actions/upload-artifact@v4
46-
with:
47-
name: opencue_packages
48-
path: |
49-
packages
50-
5144
integration_test:
5245
needs: build_opencue_packages
5346
name: Run Integration Test

0 commit comments

Comments
 (0)