File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
432433release_filter : &release_filter
433434 filters :
You can’t perform that action at this time.
0 commit comments