Skip to content

Commit

Permalink
ci: drop redundant git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Feb 13, 2025
1 parent 89c31bd commit 133018f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ jobs:
- name: Initial setup
id: setup
run: |
git config --global --add advice.detachedHead false
git config --global --add safe.directory "$PWD"
GIT_HEAD="$(git rev-parse HEAD)"
git fetch origin develop:develop
git checkout develop
git checkout "${GIT_HEAD}"
BUILD_TARGET="${{ inputs.build-target }}"
source ./ci/dash/matrix.sh
echo "HOST=${HOST}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 133018f

Please sign in to comment.