Skip to content

Commit

Permalink
build: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Jun 18, 2024
1 parent 8e7542a commit d109e0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- run: |
echo "IS_LAST_JOB=$([ $(expr ${{ strategy.job-index }} + 1) = ${{ strategy.job-total }} ] && echo true)" >> $GITHUB_ENV

- name: Set up Docker
uses: docker/setup-buildx-action@v1

- name: Set GITHUB_ENV
run: |
echo "IS_LAST_JOB=$([ $(expr ${{ strategy.job-index }} + 1) = ${{ strategy.job-total }} ] && echo true)" >> $GITHUB_ENV
- name: Create .env file
run: |
cp .env.dist .env
Expand Down

0 comments on commit d109e0d

Please sign in to comment.