Remove extraneous ln -s

Este commit está contenido en:
Gareth @ BrassHornComms 2018-10-15 21:00:39 +01:00 cometido por Gogs
padre 1001dbb3fe
commit 0ee32540f8
Se han modificado 1 ficheros con 3 adiciones y 3 borrados

Ver fichero

@ -11,7 +11,7 @@ test-server:
stage: test
script:
- mkdir /go/src/cwtch.im
- ln -s /builds/BrassHornComms/cwtch /go/src/cwtch.im/cwtch
#- ln -s /builds/BrassHornComms/cwtch /go/src/cwtch.im/cwtch
- cd /go/src/cwtch.im/cwtch/server/app/
- go get
- go tool vet -composites=false -shadow=true *.go
@ -21,12 +21,12 @@ test-client:
stage: test
script:
- mkdir /go/src/cwtch.im
- ln -s /builds/BrassHornComms/cwtch /go/src/cwtch.im/cwtch
#- ln -s /builds/BrassHornComms/cwtch /go/src/cwtch.im/cwtch
- cd /go/src/cwtch.im/cwtch/app/cli/
- go get
- go tool vet -composites=false -shadow=true *.go
- go test
# We don't really care about the client here but it's useful to know what;s
# We don't really care about the client here but it's useful to know what's
# happening on t'other side of the coin
allow_failure: true