Skip to content

Commit

Permalink
ci: use oneshell
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Feb 16, 2024
1 parent f3011cd commit 993ca51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Ansible.common
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ $(ROLES_PATH) $(COLLECTIONS_PATH):
@mkdir -p $@

.PHONY: ansible/dependencies
.ONESHELL:
.SHELLFLAGS = -e
ansible/dependencies: $(ROLES_PATH) $(COLLECTIONS_PATH)
ifdef CROWDSTRIKE_ROLE_PULL_KEY
eval $$(ssh-agent -s) && ssh-add $(CROWDSTRIKE_ROLE_PULL_KEY)
Expand Down

0 comments on commit 993ca51

Please sign in to comment.