Skip to content

Commit

Permalink
chore: move changelog to "kapacitor/releases/nightly" (influxdata#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnpfeife authored Aug 11, 2022
1 parent a25de28 commit 68546d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
case "<< parameters.build_type >>"
in
nightly)
aws s3 cp CHANGELOG.md "s3://dl.influxdata.com/kapacitor/nightlies/CHANGELOG.md"
aws s3 cp CHANGELOG.md "s3://dl.influxdata.com/kapacitor/releases/nightly/CHANGELOG.md"
;;
release)
aws s3 cp CHANGELOG.md "s3://dl.influxdata.com/kapacitor/releases/CHANGELOG.<< pipeline.git.tag >>.md"
Expand Down

0 comments on commit 68546d4

Please sign in to comment.