Skip to content

Commit

Permalink
tests(alpine): github trust lxc mounted source dir cloud-init-ro (can…
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxsw authored May 24, 2024
1 parent f7c6292 commit 19cb8cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/alpine-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:

- name: Create a r/w directory to run tests in
# without this, tox fails during package install
run: lxc exec alpine -- git clone cloud-init-ro/ cloud-init-rw
run: |
lxc exec alpine -- git config --global --add safe.directory /root/cloud-init-ro/.git
lxc exec alpine -- git clone cloud-init-ro cloud-init-rw
- name: Set a timezone
# test for regression of GH-5158
Expand Down

0 comments on commit 19cb8cf

Please sign in to comment.