Skip to content

Commit

Permalink
ci package: use non-interactive mode for "incus admin init"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 30, 2024
1 parent 674ec2a commit 1c868b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
sudo apt install -y -V incus
- name: Test
run: |
sudo incus admin init
sudo incus admin init --auto
sudo incus launch test-image target
sudo incus config device add target host disk source=$PWD path=/host
sudo incus exec target -- adduser --uid 1000 groonga-nginx
Expand Down

0 comments on commit 1c868b7

Please sign in to comment.