[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

View file

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