Skip to content

Commit fc41208

Browse files
committed
ci: fix hhfab versions in vlab upgrade jobs
Signed-off-by: Pau Capdevila <[email protected]>
1 parent 8d2a76b commit fc41208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ jobs:
436436
mkdir old
437437
curl -fsSL https://i.hhdev.io/hhfab | USE_SUDO=false INSTALL_DIR=./old VERSION="${{ matrix.fromversion }}" bash
438438
439-
bin/hhfab versions
440439
old/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=true
440+
old/hhfab versions
441441
old/hhfab vlab gen -v
442442
old/hhfab vlab up -v --ready setup-vpcs --ready test-connectivity --ready exit ${{ matrix.fromflags }}
443443

0 commit comments

Comments
 (0)