2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Merge pull request #7207 from gurevichmark/actions2

Fix indentation in GitHub action to rebuild xCAT
This commit is contained in:
Mark Gurevich
2022-06-29 11:25:24 -04:00
committed by GitHub

View File

@ -2,7 +2,7 @@ name: xcat_test
on: [push]
jobs:
xcat_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./build-ubunturepo -c UP=0 BUILDALL=1 GPGSIGN=0