Changing elevation_required value.
This commit is contained in:
committed by
GitHub
parent
9d574c083b
commit
995466a0e3
@@ -12,8 +12,8 @@ atomic_tests:
|
||||
- linux
|
||||
executor:
|
||||
name: sh
|
||||
elevation_required: true
|
||||
elevation_required: false
|
||||
command: |
|
||||
if [ -f ~/.ssh/authorized_keys ]; then ssh_authorized_keys=$(cat ~/.ssh/authorized_keys); echo $ssh_authorized_keys > ~/.ssh/authorized_keys; fi;
|
||||
cleanup_command: |
|
||||
unset ssh_authorized_keys
|
||||
unset ssh_authorized_keys
|
||||
|
||||
Reference in New Issue
Block a user