codeship / codeship-tool-examples

Examples to get you started using Codeship Pro. Download the local CLI to follow along with these examples locally.
http://bit.ly/codeship-jet-tool
MIT License
52 stars 31 forks source link

Fix bad relative path in example 07 #36

Closed GeorgeMac closed 7 years ago

GeorgeMac commented 7 years ago

./tmp/07 -> ./07.volumes/tmp/ ensures jet steps actual builds successfully.

LarsFronius commented 7 years ago

Figured I wrote bash wrong and thus the retry loop would actually only retry once in Step 18. That should be fixed now.

LarsFronius commented 7 years ago

What's interesting, last week a single retry was still good enough. Now it is not anymore. Having the slight hunch, that starting containers is slowing down in Codeship Pro? Could there be any relation of Janus having "higher" load and thus Jet having a harder time getting containers to run? Any idea @GeorgeMac ?

GeorgeMac commented 7 years ago

@LarsFronius could indeed be. Worth investigating.

LarsFronius commented 7 years ago

Might have been related to all the janus load?!