Skip to content

Commit

Permalink
Only fetch last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Dec 18, 2024
1 parent 77cdde6 commit ae40c67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
path: meta-nao
- name: Extract the version
run: echo "version=$(grep -P 'DISTRO_VERSION\s*=\s*".+"' meta-nao/meta-hulks/conf/distro/HULKs-OS.conf | cut -d\" -f2)" >> $GITHUB_ENV
Expand Down Expand Up @@ -51,8 +50,6 @@ jobs:
run: sudo rm -rf /usr/local/lib/android
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ae40c67

Please sign in to comment.