Skip to content

Commit

Permalink
v9.4
Browse files Browse the repository at this point in the history
- CI | Armbian: Fix rebase
  • Loading branch information
MichaIng committed Apr 20, 2024
1 parent 79086e1 commit 44177aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
branch='${{ github.event.inputs.gitbranch }}'
[ "$branch" ] || branch='main'
git clone -b "$branch" --depth=1 "https://github.com/$owner/build"
cd build
if [ "$owner" != 'armbian' ]
then
git remote add upstream https://github.com/armbian/build
Expand All @@ -49,7 +50,6 @@ jobs:
fi
- name: Build asset
run: |
cd build
./compile.sh '${{ github.event.inputs.asset }}' BRANCH='${{ github.event.inputs.branch }}' BOARD='${{ github.event.inputs.board }}'
- name: Upload
run: |
Expand Down

0 comments on commit 44177aa

Please sign in to comment.