Skip to content

Commit

Permalink
ficup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Mar 18, 2024
1 parent 2db7497 commit d515ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ jobs:
working-directory: ./kickstart-tests
run: |
set -eux
if [ "${{ matrix.platform }}" == "rhel8" ] || [ "${{ matrix.platform }}" == "rhel9" ]; then
if [ "${{ matrix.platform }}" == "rhel8" ] || \
[ "${{ matrix.platform }}" == "rhel9" ]; then
source ./scripts/defaults-${{ matrix.platform }}.sh
echo "installation_tree=${KSTEST_URL}" >> $GITHUB_OUTPUT
echo "modular_url=${KSTEST_MODULAR_URL}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d515ddf

Please sign in to comment.