Skip to content

Commit

Permalink
fix(ci): weird formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Jan 3, 2025
1 parent dde32d4 commit e4913c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: CI Setup Script
if: !matrix.pkg.labels ["mock"]
if: !matrix.pkg.labels["mock"]
run: |
dir=$(dirname ${{ matrix.pkg.pkg }})
if [ -f $dir/ci_setup.rhai ]; then
anda run $dir/ci_setup.rhai --labels script_path=$dir/ci_setup.rhai
fi
- name: Install Build Dependencies
if: !matrix.pkg.labels ["mock"]
if: !matrix.pkg.labels["mock"]
run: |
dir=$(dirname ${{ matrix.pkg.pkg }})
dnf5 builddep -y ${dir}/*.spec
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/json-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: CI Setup Script
if: !matrix.pkg.labels ["mock"]
if: !matrix.pkg.labels["mock"]
run: |
dir=$(dirname ${{ matrix.pkg.pkg }})
if [ -f $dir/ci_setup.rhai ]; then
anda run $dir/ci_setup.rhai --labels script_path=$dir/ci_setup.rhai
fi
- name: Install Build Dependencies
if: !matrix.pkg.labels ["mock"]
if: !matrix.pkg.labels["mock"]
run: |
dir=$(dirname ${{ matrix.pkg.pkg }})
dnf5 builddep -y ${dir}/*.spec
Expand Down

0 comments on commit e4913c1

Please sign in to comment.