Skip to content

Commit

Permalink
Revert "travis-ci: workaround for "
Browse files Browse the repository at this point in the history
Now the issue was fixed. No need for the workaround:

kr/text#6

This reverts commit 9c8dca5.
  • Loading branch information
fujita committed May 9, 2016
1 parent e78073e commit eb3c246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ 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 eb3c246

Please sign in to comment.