Compare commits
2 Commits
025fc2dad4
...
db920e91f9
Author | SHA1 | Date | |
---|---|---|---|
db920e91f9 | |||
a492c4ad84 |
@ -42,4 +42,4 @@ jobs:
|
||||
username: ${{ vars.SSH_USERNAME_WIZARD }}
|
||||
key: ${{ secrets.SSH_KEY_DEPLOY_TO_WIZARD }}
|
||||
script: |
|
||||
/bin/vbash show configuration
|
||||
echo $SHELL
|
@ -59,7 +59,7 @@ then
|
||||
exit
|
||||
else
|
||||
{ # compare, try commit, save, exit
|
||||
compare
|
||||
compare | strip-private
|
||||
commit && save && exit
|
||||
} || { # catch, exit discard and print a very basic error message
|
||||
exit discard
|
||||
|
Loading…
Reference in New Issue
Block a user