mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Merge pull request #3821 from weaveworks/update-ci-images
Update build images
This commit is contained in:
@@ -3,12 +3,12 @@ version: 2
|
||||
defaults: &defaults
|
||||
working_directory: /go/src/github.com/weaveworks/scope
|
||||
docker:
|
||||
- image: weaveworks/scope-backend-build:master-14d4ecc3
|
||||
- image: weaveworks/scope-backend-build:master-22aa742b
|
||||
|
||||
client-defaults: &client-defaults
|
||||
working_directory: /home/weave/scope
|
||||
docker:
|
||||
- image: weaveworks/scope-ui-build:master-aee14088
|
||||
- image: weaveworks/scope-ui-build:master-bf6af9cf
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
||||
@@ -13,7 +13,7 @@ var nonUnixSocketsTest = []struct {
|
||||
}{
|
||||
{"http://xyz.com", "protocol \"http\" not supported"},
|
||||
{"tcp://var/unix.sock", "endpoint was not unix socket tcp"},
|
||||
{"http://[fe80::%31]/", "parse http://[fe80::%31]/: invalid URL escape \"%31\""},
|
||||
{"http://[fe80::%31]/", "parse \"http://[fe80::%31]/\": invalid URL escape \"%31\""},
|
||||
}
|
||||
|
||||
func TestParseNonUnixEndpointUrl(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user