ci: debug
This commit is contained in:
parent
1399a4667e
commit
e899f47cad
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ steps:
|
||||||
- # checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!)
|
- # checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!)
|
||||||
- git checkout $(git tag | grep "^v" | tail -n 1)
|
- git checkout $(git tag | grep "^v" | tail -n 1)
|
||||||
- export version=$(git tag | grep "^v" | tail -n 1 | tr -d v)
|
- export version=$(git tag | grep "^v" | tail -n 1 | tr -d v)
|
||||||
|
- echo $version
|
||||||
- ls -lah
|
- ls -lah
|
||||||
- pwd
|
- pwd
|
||||||
- chmod 0755 sanoid
|
- chmod 0755 sanoid
|
||||||
|
|
Reference in a new issue