Open sentenz opened 2 years ago
Modify relative path of the service, e.g.:
From:
setup-devops: ## Setup dependencies and tools for the devops service cd scripts && chmod +x setup.sh && ./setup.sh .PHONY: setup-devops
To:
setup-devops: ## Setup dependencies and tools for the devops service cd tools/devops/scripts && chmod +x setup.sh && ./setup.sh .PHONY: setup-devops
Modify relative path of the service, e.g.:
From:
To: