Skip to content

Commit 286ce7c

Browse files
authored
ci(release): skip python rpm in gateway smoke test (#1559)
Signed-off-by: Piotr Mlocek <pmlocek@nvidia.com>
1 parent 863d2a2 commit 286ce7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ jobs:
799799
if: matrix.kind == 'rpm'
800800
run: |
801801
set -euo pipefail
802-
dnf install -y ./package-input/*.rpm
802+
dnf install -y ./package-input/openshell-[0-9]*.rpm ./package-input/openshell-gateway-*.rpm
803803
openshell-gateway --version
804804
805805
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)