Dominik Schmidt

Results 52 comments of Dominik Schmidt

Could you export a (versioned) URL to the root of the repo as well? Possibly a breaking change to add it to the CSV, but it could be added to...

Okies, already started and have it basically working - unfortunately I won't have time to polish/finish it this/next week, but will do when I get to it.

This is the main (remaining) reason we have to maintain our fork at https://github.com/owncloud-ci/drone-cli I would really like to get this or an equivalent fix merged at some point.

This only makes the original `ctx` available for `DataStore`s, right? So there's still no way to access the context from `HookEvent`s right? Is that by design or just missing? If...

https://stackoverflow.com/questions/9280130/how-to-call-builtin-productpackagingutility-in-command-line Might be possible to just point to the .entitlements file

You don't need to parse `/etc/os-release` manually, you can just `source` it. ```bash docker run -ti ubuntu:20.04 bash -c 'source /etc/os-release && echo "${NAME}_${VERSION_ID}"' Ubuntu_20.04 ``` edit: We can start...