Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
i0gan authored Oct 1, 2023
1 parent 8c2c427 commit f3022e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ jobs:
fi
- name: Building squick tools
- run: |
run: |
if [ "${{ matrix.os }}" = "ubuntu-20.04" ]; then
cd tools && ./build_sqkctl.sh
elif [ "${{ matrix.os }}" = "macOS-latest" ]; then
echo "to do"
fi
- name: Building squick
- run: |
run: |
if [ "${{ matrix.os }}" = "ubuntu-20.04" ]; then
cd tools && ./build_squick.sh
elif [ "${{ matrix.os }}" = "macOS-latest" ]; then
echo "to do"
fi
- name: Geneating deploy files
- run: |
run: |
if [ "${{ matrix.os }}" = "ubuntu-20.04" ]; then
cd tools && ./generate_deploy.sh
elif [ "${{ matrix.os }}" = "macOS-latest" ]; then
Expand Down

0 comments on commit f3022e4

Please sign in to comment.