Skip to content

Commit

Permalink
fetch entire previous release, only upgrade binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
safeer committed Oct 4, 2024
1 parent ff8ca55 commit 85b99ae
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,21 @@ jobs:
latest_release=$(git rev-parse HEAD^)
echo "Latest release: $latest_release"
echo "LATEST_RELEASE=$latest_release" >> "$GITHUB_ENV"
- name: Check out exemplar from previous release
- name: Check out previous release
uses: actions/checkout@v4
with:
repository: TBD54566975/ftl.git
ref: ${{ env.LATEST_RELEASE }}
fetch-depth: 1
fetch-tags: true
sparse-checkout: smoketest
sparse-checkout-cone-mode: false
# - name: Check out exemplar from previous release
# uses: actions/checkout@v4
# with:
# repository: TBD54566975/ftl.git
# ref: ${{ env.LATEST_RELEASE }}
# fetch-depth: 1
# fetch-tags: true
# sparse-checkout: smoketest
# sparse-checkout-cone-mode: false
- name: Init Hermit
uses: cashapp/activate-hermit@v1
with:
Expand Down

0 comments on commit 85b99ae

Please sign in to comment.