We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2a76b commit fc41208Copy full SHA for fc41208
.github/workflows/ci.yaml
@@ -436,8 +436,8 @@ jobs:
436
mkdir old
437
curl -fsSL https://i.hhdev.io/hhfab | USE_SUDO=false INSTALL_DIR=./old VERSION="${{ matrix.fromversion }}" bash
438
439
- bin/hhfab versions
440
old/hhfab init -v --dev -m ${{ matrix.fabricmode }} --include-onie=true
+ old/hhfab versions
441
old/hhfab vlab gen -v
442
old/hhfab vlab up -v --ready setup-vpcs --ready test-connectivity --ready exit ${{ matrix.fromflags }}
443
0 commit comments