Bertrand Marron
Bertrand Marron
For readability of the table we should keep the names short, so if there is only one `message.json` we should keep it as is. Yeah, we should store the full...
We should also sort the table by path/name when this gets added. :) Today it looks like new found resources just get added to the array of resources and are...
Hmm, `/tmp/circle-artifacts.XXXXX/` seems pretty safe to strip, no? As long as they donāt change the namesā¦ Though, I wouldnāt mind specifying a specific artifact path to benefit from that feature....
Hi @Daniel15, following up on thisā¦ `$CIRCLE_ARTIFACTS` was only for CircleCI 1.0, right? With the following config ```yml - store_artifacts: name: Store built bundles for stats path: bundle-stats ``` Iām...
Agreed. We should definitely store the full path.
And on this PR https://github.com/etalab/geo.data.gouv.fr/pull/563, I opened the PR before the build finished, didnāt get a comment. Updated something and forced push, and now I have one.
Did the exact same thing on this PR: https://github.com/etalab/geo.data.gouv.fr/pull/566 never got a comment at all.
Ah yeah, youāre right about the first one. Sorry for the ultra large PR, I should have picked a smaller one to enable this on š. Unfortunately Iām not really...
Hey @davidbarratt, This wouldnāt be a bad idea. I donāt want this repo to hold too many features besides parsing though but this could be light enough. If you want...
What do you think about using the GitHub API, something like https://api.github.com/repos/sindresorhus/np/statuses/master and checking that everything is `successful`?