mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 16:53:44 +07:00
8 lines
179 B
Bash
Executable File
8 lines
179 B
Bash
Executable File
#!/bin/bash
|
|
source /home/vagrant/.profile
|
|
rm -rf /home/vagrant/src/acme-dns/*
|
|
cp -R /vagrant/* /home/vagrant/src/acme-dns/
|
|
cd /home/vagrant/src/acme-dns/
|
|
go get
|
|
go test -postgres
|