TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

flogo-clicd missing #3

Closed ecarlier-tibco closed 8 years ago

ecarlier-tibco commented 8 years ago

I get an error when I try to update flogo-cli with this command : go get -u github.com/TIBCOSoftware/flogo-cli/...

mbp-de-eric-2:go ericcarlier$ go get -u github.com/TIBCOSoftware/flogo-cli/...
# cd /Users/ericcarlier/Development/go/src/github.com/TIBCOSoftware/flogo-cli; git submodule update --init --recursive
Submodule 'submodules/flogo-cicd' (https://github.com/TIBCOSoftware/flogo-cicd.git) registered for path 'submodules/flogo-cicd'
Cloning into 'submodules/flogo-cicd'...
remote: Repository not found.
fatal: repository 'https://github.com/TIBCOSoftware/flogo-cicd.git/' not found
fatal: clone of 'https://github.com/TIBCOSoftware/flogo-cicd.git' into submodule path 'submodules/flogo-cicd' failed
package github.com/TIBCOSoftware/flogo-cli/cli: exit status 128

And indeed I can not see this dir in TIBCOSoftware github repo

Eric

rkozhikk commented 8 years ago

This has been fixed by adding one of the new repos got added to the ACL list. Please check again & close if confirmed.

ecarlier-tibco commented 8 years ago

Indeed. Fixed ! Thanks