Skip to content

Commit

Permalink
Merge pull request #6733 from habitat-sh/cm/update-kernel2-validation
Browse files Browse the repository at this point in the history
Add license acceptance to kernel2 Vagrant file
  • Loading branch information
christophermaier committed Jul 16, 2019
2 parents 6a25492 + 1d4054d commit 6fad1c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/validation/x86_64-linux-kernel2/Vagrantfile
Expand Up @@ -24,6 +24,7 @@ Vagrant.configure("2") do |config|
# environment when you provision the VM.
curl https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh -o install.sh
bash install.sh -t x86_64-linux-kernel2
sudo hab license accept
sudo -u vagrant hab origin key download #{ENV['HAB_ORIGIN']} --secret --auth=#{ENV['HAB_AUTH_TOKEN']}
SHELL
end

0 comments on commit 6fad1c8

Please sign in to comment.