Skip to content

Commit

Permalink
build: update deb and rpm names to match 2.0.8 (#21940)
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran authored Jul 23, 2021
1 parent f9914e8 commit 8dc74f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ nfpms:
amd64: x86_64
arm64: aarch64
armhf: armv7hl
file_name_template: "influxdb2-nightly.{{ .Arch }}"
file_name_template: "influxdb2-server-nightly.{{ .Arch }}"
deb:
file_name_template: "influxdb2-nightly-{{ .Arch }}"
file_name_template: "influxdb2-server-nightly-{{ .Arch }}"
vendor: InfluxData
homepage: https://influxdata.com
maintainer: [email protected]
Expand All @@ -89,7 +89,7 @@ blobs:
folder: "platform/nightlies/"

checksum:
name_template: "influxdb2-nightly.sha256"
name_template: "influxdb2-server-nightly.sha256"
algorithm: sha256

dockers:
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/perf_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ done
trap "aws --region us-west-2 ec2 terminate-instances --instance-ids $ec2_instance_id" KILL

# push binary and script to instance
debname=$(find /tmp/workspace/artifacts/influxdb*amd64.deb)
debname=$(find /tmp/workspace/artifacts/influxdb2-server*amd64.deb)
base_debname=$(basename $debname)
source_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

Expand Down

0 comments on commit 8dc74f1

Please sign in to comment.