Skip to content

Commit

Permalink
Merge pull request kubernetes#33 from hyperhq/shippable
Browse files Browse the repository at this point in the history
Update shippable.yml
  • Loading branch information
feiskyer committed Nov 6, 2015
2 parents 85f1d0e + e1ae185 commit 0f9b173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_install:
- if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use go$SHIPPABLE_GO_VERSION; fi
- ./hack/travis/install-etcd.sh
- export GOPATH=$SHIPPABLE_GOPATH
- mkdir -p /root/workspace/src/k8s.io; mv /root/workspace/src/github.com/kubernetes/kubernetes /root/workspace/src/k8s.io/kubernetes
- mkdir -p /root/workspace/src/k8s.io; mv /root/workspace/src/github.com/hyperhq/hypernetes /root/workspace/src/k8s.io/kubernetes
- export PATH=$GOPATH/bin:./third_party/etcd:$PATH

install:
Expand All @@ -49,7 +49,7 @@ install:
- ./hack/verify-boilerplate.sh
- ./hack/verify-description.sh
- ./hack/verify-flags-underscore.py
- ./hack/verify-godeps.sh ${BASE_BRANCH}
# - ./hack/verify-godeps.sh ${BASE_BRANCH}
- ./hack/travis/install-std-race.sh
- ./hack/verify-generated-conversions.sh
- ./hack/verify-generated-deep-copies.sh
Expand Down

0 comments on commit 0f9b173

Please sign in to comment.