Skip to content

Commit

Permalink
Fixes bazel.rc issues (envoyproxy#212)
Browse files Browse the repository at this point in the history
* Fixes bazel rc issues

* Update Jenkins to latest pipeline version
  • Loading branch information
sebastienvas authored Apr 1, 2017
1 parent 8c2bbce commit 2fae2d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ before_install:
- sudo dpkg -i bazel_${BAZEL_VERSION}-linux-x86_64.deb
- sudo apt-get -f install -qqy uuid-dev
- cd ${TRAVIS_BUILD_DIR}
- mv .bazelrc.travis .bazelrc
- mv tools/bazel.rc tools/bazel.rc.orig
- cat tools/bazel.rc.travis tools/bazel.rc.orig > tools/bazel.rc

script:
- script/check-style
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!groovy

@Library('testutils@stable-63c264e')
@Library('testutils@stable-3e4d089')

import org.istio.testutils.Utilities
import org.istio.testutils.GitUtilities
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2fae2d7

Please sign in to comment.