diff options
| author | Michael Grote | 2023-06-30 11:45:48 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-30 11:45:48 +0200 |
| commit | e899f47cad076cc4ef93b0934eb4cbfd4e76405b (patch) | |
| tree | 7fdc4b12de530f3bd2dadf4c947c21d815dcb7b3 /.drone.yml | |
| parent | 1399a4667e9495502dbb4894e92ebd643b5ee79d (diff) | |
ci: debug
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ steps: - # checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!) - git checkout $(git tag | grep "^v" | tail -n 1) - export version=$(git tag | grep "^v" | tail -n 1 | tr -d v) + - echo $version - ls -lah - pwd - chmod 0755 sanoid |