GG
Size: a a a
GG
GG
DB
GG
SP
SP
SP
DB
SP
#!/bin/bash
RELEASE='7-2.1511'
RELEASE_DOT='7.2.1511'
mkdir -p ./current/var/lib/rpm
rpm --rebuilddb --root=${PWD}/current/
wget http://vault.centos.org/${RELEASE_DOT}/os/x86_64/Packages/centos-${RELEASE}.el7.centos.2.10.x86_64.rpm -nc
rpm -i --root=${PWD}/current --nodeps centos-{RELEASE}.el7.centos.2.10.x86_64.rpm
yum --installroot=${PWD}/current/ groups install -y -q 'Minimal Install'
chroot ${PWD}/current passwd root
GG
I
GG
GG
GG
GG
GG
services:
- postgres:my_fixtures
script:
- GOOS=linux GOARCH=amd64 go test -v ./...
GG