Skip to content

Commit

Permalink
Merge pull request #41 from PagerDuty/bump-1-6-2
Browse files Browse the repository at this point in the history
Bumping version to 1.6.2.
  • Loading branch information
dobs authored May 12, 2020
2 parents 33447fd + b7b8964 commit ff3bffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
OS=$1
if [[ $OS == "ubuntu" ]]
then
dpkg -i /pd-agent-install/build-linux/release/deb/pdagent_integrations_1.6_all.deb
dpkg -i /pd-agent-install/build-linux/release/deb/pdagent_integrations_1.6.2_all.deb
elif [[ $OS == "centos" ]]
then
rpm --import /pd-agent-install/target/tmp/GPG-KEY-RPM-pagerduty
yum install -y /pd-agent-install/build-linux/release/rpm/pdagent-integrations-1.6-1.noarch.rpm
yum install -y /pd-agent-install/build-linux/release/rpm/pdagent-integrations-1.6.2-1.noarch.rpm
fi
2 changes: 1 addition & 1 deletion build-linux/make_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $FPM -s dir \
-t $pkg_type \
--name "pdagent-integrations" \
--description "$_DESC" \
--version "1.6.1" \
--version "1.6.2" \
--architecture all \
--url "http://www.pagerduty.com" \
--license 'Open Source' \
Expand Down

0 comments on commit ff3bffe

Please sign in to comment.