Skip to content

Commit

Permalink
Merge pull request #243 from ClickHouse/alexey-milovidov-patch-6
Browse files Browse the repository at this point in the history
Update clickhouse-cloud.yml
  • Loading branch information
alexey-milovidov authored Nov 8, 2024
2 parents 005d530 + 68114d1 commit 358d51c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/clickhouse-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
export ORGANIZATION=${{ secrets.CLICKHOUSE_CLOUD_ORGANIZATION }}
export KEY_ID=${{ secrets.CLICKHOUSE_CLOUD_KEY_ID }}
export KEY_SECRET=${{ secrets.CLICKHOUSE_CLOUD_KEY_SECRET }}
cd clickhouse-cloud
curl https://clickhouse.com/ | sh
sudo ./clickhouse install -y
Expand All @@ -29,7 +29,8 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "${{ env.CI_COMMIT_AUTHOR }}@users.noreply.github.com"
git pull
git add results/*.json
if git status | grep -q modified
then
Expand Down

0 comments on commit 358d51c

Please sign in to comment.