Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1180 from grafana/syntax-fix
Browse files Browse the repository at this point in the history
syntax fix
  • Loading branch information
Dieterbe authored Dec 19, 2018
2 parents a3e0082 + 3834092 commit 0cabc13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
* correctly return error from NewCassandraStore() #1111
* clean way of skipping expensive and integration tests. #1155, #1156
* fix duration vars processing and error handling in cass idx #1141
* update release process, tagging, repo layout and version formatting. update to go1.11.4 #1177
* update release process, tagging, repo layout and version formatting. update to go1.11.4 #1177, #1180

# v0.10.1. performance fix: pruning effect on latency, go 1.11, etc. Sep 24, 2018

Expand Down
2 changes: 1 addition & 1 deletion scripts/push/packagecloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd $DIR/../..
source scripts/version-tag.sh

repo=raintank/testing
[ $tag -eq latest ] && repo= raintank/raintank
[ $tag == latest ] && repo=raintank/raintank

# Ubuntu 14.04, 16.04, debian 7 (wheezy) & debian 8 (jessie)
package_cloud push $repo/ubuntu/trusty build_pkg/upstart/*.deb
Expand Down

0 comments on commit 0cabc13

Please sign in to comment.