mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
Change varantfile so it uses embedded libraries instead of downloading dependencies again. It also fixes some errors with the vagrant box
This commit is contained in:
parent
e3514af199
commit
258ea9ba65
6
Vagrantfile
vendored
6
Vagrantfile
vendored
@ -64,13 +64,15 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
# Install drone
|
||||
echo "Building Drone"
|
||||
cd $GOPATH/src/github.com/drone/drone
|
||||
make deps
|
||||
make godep
|
||||
export GOPATH=`godep path`:$GOPATH
|
||||
export PATH=$PATH:$GOPATH/bin:`godep path`/bin
|
||||
make embed
|
||||
make build
|
||||
|
||||
|
||||
# Auto cd to drone install dir
|
||||
echo "cd $GOPATH/src/github.com/drone/drone" >> /home/vagrant/.bashrc
|
||||
echo "cd /opt/go/src/github.com/drone/drone" >> /home/vagrant/.bashrc
|
||||
|
||||
|
||||
# Cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user