Skip to content

Commit

Permalink
let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelapuente committed Oct 18, 2024
1 parent e8cb9c2 commit 64beea1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ environment:
PROJECT_PATH: /home/spread/proj
CRAFT_TEST_LIB_PATH: /home/spread/proj/tests/spread/lib

PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:$CRAFT_TEST_LIB_PATH/tools

backends:
multipass:
type: adhoc
Expand Down Expand Up @@ -79,7 +81,9 @@ backends:
FATAL "this back-end only works inside GitHub CI"
exit 1
fi
echo 'ubuntu ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/99-spread-users
# echo 'ubuntu ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/99-spread-users
whoami
echo 'ubuntu ALL=(ALL) NOPASSWD:ALL' | sudo tee /etc/sudoers.d/99-spread-users
ADDRESS localhost:22
discard: |
Expand Down

0 comments on commit 64beea1

Please sign in to comment.