Skip to content

Commit 6fff60c

Browse files
committed
fix tiered_storage local
1 parent aa12468 commit 6fff60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)