We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f748c5c commit d8ecd34Copy full SHA for d8ecd34
.circleci/config.yml
@@ -412,7 +412,7 @@ jobs:
412
aws-access-key-id: RELEASE_AWS_ACCESS_KEY_ID
413
aws-secret-access-key: RELEASE_AWS_SECRET_ACCESS_KEY
414
from: /tmp/workspace/packages
415
- to: s3://dl.influxdata.com/influxdb/releases/
+ to: s3://dl.influxdata.com/influxdb/releases/<< pipeline.git.tag >>
416
slack:
417
docker:
418
- image: us-east1-docker.pkg.dev/influxdata-team-edge/ci-support/ci-slack:latest
0 commit comments