Skip to content

Commit

Permalink
Merge pull request #7207 from gurevichmark/actions2
Browse files Browse the repository at this point in the history
Fix indentation in GitHub action to rebuild xCAT
  • Loading branch information
gurevichmark committed Jun 29, 2022
2 parents 01694e7 + 66d1baf commit 487976e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/xcat_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 487976e

Please sign in to comment.