From d109e0dafeeee4c49b9f916302ae7e717243f9b2 Mon Sep 17 00:00:00 2001 From: Frugan Date: Tue, 18 Jun 2024 18:27:49 +0200 Subject: [PATCH] build: chore --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4ed2f5..2de67e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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