mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
Revert "travis-ci: workaround for "
Now the issue was fixed. No need for the workaround:
https://github.com/kr/text/issues/6
This reverts commit 9c8dca5b69.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user