Skip to content

Commit

Permalink
travis-ci: workaround for
Browse files Browse the repository at this point in the history
go get doesn't work for github.com/kr/text because it doesn't have
master branch somehow.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
fujita committed May 5, 2016
1 parent 58bff63 commit 9c8dca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def make_gobgp_ctn(tag='gobgp', local_gobgp_path='', from_image='osrg/quagga'):

c = CmdBuffer()
c << 'FROM {0}'.format(from_image)
c << 'RUN mkdir -p /go/src/github.com/kr && cd /go/src/github.com/kr && git clone https://github.com/kr/text && cd /go/src/github.com/kr/text && git checkout -b master main'
c << 'ADD gobgp /go/src/github.com/osrg/gobgp/'
c << 'RUN go get github.com/osrg/gobgp/gobgpd'
c << 'RUN go install github.com/osrg/gobgp/gobgpd'
Expand Down

0 comments on commit 9c8dca5

Please sign in to comment.