File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55# build binary
66apt-get update -y
77apt-get install -y -q squashfs-tools build-essential ruby bison ruby-dev git-core texinfo curl
8- curl -sL https://github.com/kontena/ruby-packer/releases/download/2.6.0-0.6.0 /rubyc-2.6.0-0.6.0 -linux-amd64.gz | gunzip > /usr/local/bin/rubyc
8+ curl -sL https://github.com/kontena/ruby-packer/releases/download/0.5.0%2Bextra7 /rubyc-0.5.0+extra7 -linux-amd64.gz | gunzip > /usr/local/bin/rubyc
99chmod +x /usr/local/bin/rubyc
1010gem install bundler
1111version=${DRONE_TAG# " v" }
Original file line number Diff line number Diff line change 33set -ue
44
55brew install squashfs
6- curl -sL https://github.com/kontena/ruby-packer/releases/download/2.6.0-0.6.0 /rubyc-2.6.0-0.6.0 -osx-amd64.gz | gunzip > /usr/local/bin/rubyc
6+ curl -sL https://github.com/kontena/ruby-packer/releases/download/0.5.0%2Bextra7 /rubyc-0.5.0+extra7 -osx-amd64.gz | gunzip > /usr/local/bin/rubyc
77chmod +x /usr/local/bin/rubyc
88version=${TRAVIS_TAG# " v" }
99package=" mortar-darwin-amd64-${version} "
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Mortar
4- VERSION = "0.4.5.rc2 "
4+ VERSION = "0.4.5.rc3 "
55end
You can’t perform that action at this time.
0 commit comments