Merge pull request #1636 from aledbf/update-go

Update go to 1.9.2
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-11-01 18:38:35 -03:00 committed by GitHub
commit 987da4c81c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@ notifications:
email: true
go:
- 1.9
- 1.9.2
go_import_path: k8s.io/ingress-nginx
@ -24,9 +24,6 @@ env:
merge_mode: deep_merge
after_success:
- .travis/publish.sh
jobs:
include:
- stage: Static Check
@ -46,3 +43,6 @@ jobs:
- test/e2e/up.sh
script:
- make e2e-test
- stage: publish
script:
- .travis/publish.sh

View file

@ -35,10 +35,10 @@ body=$(cat <<EOF
"branch": "master",
"message": "Publishing image for component $2 to quay.io",
"config": {
"merge_mode": "deep_merge",
"env": [
"COMPONENT=\"$2\""
]
"merge_mode": "deep_merge",
"env": {
"COMPONENT": "$2"
}
}
}
}