Closed dirk-zimoch closed 4 years ago
I am creating a pull request...
I made a fork of the .ci repo to test my changes but now it does not build any more in Travis:
$ git submodule update --init --recursive
Submodule '.ci' (https://github.com/epics-base/ci-scripts) registered for path '.ci'
Cloning into '/home/travis/build/dirk-zimoch/StreamDevice/.ci'...
error: Server does not allow request for unadvertised object 64e382b46e1d789776f97f94fe2653e76c04fd0c
Fetched in submodule path '.ci', but it did not contain 64e382b46e1d789776f97f94fe2653e76c04fd0c. Direct fetching of that commit failed.
https://travis-ci.org/dirk-zimoch/StreamDevice/builds/624067888 Any idea what I am missing?
I made a fork of the .ci repo to test my changes
Have you updated .gitmodules
to point to your fork?
You probably have to change the submodule URL (found in the .gitmodules file, easier to edit that than fiddling around with git submodule
) in your fork of StreamDevice where you're testing this PR to explicitly point to your ci-scripts fork.
Right, I still had https://github.com/epics-base/ci-scripts in my .gitmodules. I changed it now to https://github.com/dirk-zimoch/ci-scripts and it works. Thanks a lot!
I can confirm that merge request #12 fixes the formatting. See Travis build https://travis-ci.org/dirk-zimoch/StreamDevice/builds/624507108
Fixed by merging #12
You may be missing the -e option to echo.