Skip to content

Commit 1141c66

Browse files
authored
fix: Modify package publishing to fix slack msg & publish_packages (#26279) (#26825)
1 parent a743838 commit 1141c66

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,12 @@ jobs:
407407
- attach_workspace:
408408
at: /tmp/workspace
409409
- aws-s3/sync:
410+
arguments: --acl public-read
410411
aws-region: RELEASE_AWS_REGION
411412
aws-access-key-id: RELEASE_AWS_ACCESS_KEY_ID
412413
aws-secret-access-key: RELEASE_AWS_SECRET_ACCESS_KEY
413414
from: /tmp/workspace/packages
414-
to: s3://dl.influxdata.com/influxdb/releases/<< pipeline.git.tag >>
415-
415+
to: s3://dl.influxdata.com/influxdb/releases/
416416
slack:
417417
docker:
418418
- image: us-east1-docker.pkg.dev/influxdata-team-edge/ci-support/ci-slack:latest
@@ -423,11 +423,12 @@ jobs:
423423
- attach_workspace:
424424
at: /tmp/workspace
425425
- run:
426-
command: |
427-
SLACK_ARTIFACT_URL=https://dl.influxdata.com/influxdb/releases/<< pipeline.git.tag >> slack
426+
command: slack
428427
environment:
429-
SLACK_ARTIFACT_ROOT: /tmp/workspace/packages
430-
SLACK_RELEASE_MESSAGE: New InfluxDB Release
428+
SLACK_ARTIFACT_URL: https://dl.influxdata.com/influxdb/releases
429+
SLACK_ARTIFACT_ROOT: /tmp/workspace/packages
430+
SLACK_ARTIFACT_EXCLUDE_DIR: race
431+
SLACK_RELEASE_MESSAGE: New InfluxDB Release
431432

432433
release_filter: &release_filter
433434
filters:

0 commit comments

Comments
 (0)