Skip to content

Fix Debian CI. - #1719

Open
silverhadch wants to merge 1 commit into
shadow-maint:masterfrom
silverhadch:master
Open

Fix Debian CI.#1719
silverhadch wants to merge 1 commit into
shadow-maint:masterfrom
silverhadch:master

Conversation

@silverhadch

Copy link
Copy Markdown
Contributor

make install doesn't want to override /sbin/nologin so we shall force it.

@silverhadch silverhadch changed the title Fixing Debian CI. Fix Debian CI. Aug 21, 2026
Comment thread share/ansible/roles/ci_run/tasks/debian.yml Outdated
Signed-off-by: Hadi Chokr <hadichokr@icloud.com>
@silverhadch
silverhadch force-pushed the master branch 2 times, most recently from bc32658 to 78d6a09 Compare August 22, 2026 10:36
ansible.builtin.shell: |
exec > apply.log 2>&1
set -euxo pipefail
find /tmp/rootfs ! -type d \

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-not is better than !, as it's POSIX-compliant, and it also avoids a character that may have issues with the shell (think of pasting the command in an interactive shell).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants