Added bitbucket test server for acceptance tests

This commit is contained in:
Gavin Bunney
2019-10-08 11:04:48 -07:00
parent 41e12c34fc
commit 9df96ee189
3 changed files with 37 additions and 2 deletions

View File

@@ -16,9 +16,9 @@ install:
- bash scripts/gogetcookie.sh
script:
#- bash scripts/startk3s_ci.sh
- bash scripts/start-docker-compose.sh
- make build
#- KUBECONFIG=/etc/rancher/k3s/k3s.yaml make testacc
- BITBUCKET_SERVER=http://localhost:7990 BITBUCKER_USERNAME=admin BITBUCKET_PASSWORD=admin make testacc
matrix:
fast_finish: true