[FIX] Disable systemd service enabling in CI

This commit is contained in:
Bruno BELANYI 2020-10-02 16:45:11 +02:00
parent 484b076821
commit 59d6da8a48
1 changed files with 4 additions and 1 deletions

View File

@ -114,6 +114,9 @@ STOW = stow -t $(STOW_TARGET) -R -v
YAY := yay -S --noconfirm --needed
# Used to disable some steps in CI
CI :=
.PHONY: all
all: install
@ -158,7 +161,7 @@ stow-scripts: scripts
stow-ssh: ssh
$(STOW) $<
# Enable & start ssh-agent service
systemctl enable --now --user ssh-agent.service
[ -z "$(CI)" ] || systemctl enable --now --user ssh-agent.service
stow-system-X: STOW_TARGET=/
stow-system-X: system-X