Skip to content

Commit

Permalink
fix drone xenial build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed Oct 2, 2018
1 parent 0bc60d5 commit 733ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/drone/ubuntu_xenial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chmod +x /usr/local/bin/rubyc
gem install bundler
version=${DRONE_TAG#"v"}
package="pharos-cluster-linux-amd64-${version}"
mkdir /root/.pharos/build
mkdir -p /root/.pharos/build
rubyc -o $package -d /root/.pharos/build pharos-cluster
./$package version

Expand Down

0 comments on commit 733ac73

Please sign in to comment.