diff options
| author | Michael Grote | 2023-06-30 11:43:46 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-30 11:43:46 +0200 |
| commit | e88d24774c980e000b49d708febc1f5412fc7f5f (patch) | |
| tree | 60de92ed5260901c64e6c891c36d11ad6b886512 | |
| parent | d346437843ccaed49ab1e30250cf9522b92c2e26 (diff) | |
ci: fix chmod
| -rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ steps: - export version=$(git tag | grep "^v" | tail -n 1 | tr -d v) - ls -lah - pwd - - chmod 0755 alacritty + - chmod 0755 sanoid + - chmod 0755 syncoid - | fpm \ -s dir \ |