Skip to content

Commit ed04a8d

Browse files
committed
fix tiered_storage local
1 parent 4ff0b6e commit ed04a8d

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
@@ -1015,7 +1015,7 @@ jobs:
10151015
--gcs-key-id ${{ secrets.REGRESSION_GCS_KEY_ID }}
10161016
--gcs-key-secret ${{ secrets.REGRESSION_GCS_KEY_SECRET }}
10171017
--gcs-uri ${{ secrets.REGRESSION_GCS_URI }}
1018-
${{ matrix.STORAGE == 'local' && '' || format('--with-{0}', matrix.STORAGE) }}
1018+
${{ matrix.STORAGE != 'local' && format('--with-{0}', matrix.STORAGE) || '' }}
10191019
--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)"
10201020
${{ env.args }} || EXITCODE=$?;
10211021
.github/add_link_to_logs.sh;

0 commit comments

Comments
 (0)