File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ jobs:
10141014 --gcs-key-id ${{ secrets.REGRESSION_GCS_KEY_ID }}
10151015 --gcs-key-secret ${{ secrets.REGRESSION_GCS_KEY_SECRET }}
10161016 --gcs-uri ${{ secrets.REGRESSION_GCS_URI }}
1017- ${{ matrix.STORAGE == 'local' && '' || format('--with-{0}', matrix.STORAGE) }}
1017+ ${{ matrix.STORAGE != 'local' && format('--with-{0}', matrix.STORAGE) || '' }}
10181018 --attr project="$GITHUB_REPOSITORY" project.id="$GITHUB_REPOSITORY_ID" package="${{ env.clickhouse_path }}" version="${{ env.version }}" user.name="$GITHUB_ACTOR" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name="$GITHUB_JOB (${{ matrix.STORAGE }})" job.retry=$GITHUB_RUN_ATTEMPT job.url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" arch="$(uname -i)"
10191019 ${{ env.args }} || EXITCODE=$?;
10201020 .github/add_link_to_logs.sh;
You can’t perform that action at this time.
0 commit comments