Changing elevation_required value.

This commit is contained in:
Hare Sudhan Muthusamy
2020-10-07 02:52:19 -06:00
committed by GitHub
parent 9d574c083b
commit 995466a0e3
+2 -2
View File
@@ -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