Skip to content

Commit

Permalink
Hooks (#89)
Browse files Browse the repository at this point in the history
* Added more pre-commit hooks

* fix
  • Loading branch information
fpgmaas authored Sep 4, 2023
1 parent 729f0b1 commit fcbd65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build-and-publish: build publish ## Build and publish.
{%- elif cookiecutter.publish_to == "artifactory" %}

.PHONY: publish
publish: ## Publish to the Artifactory repository using poetry. Requires ARTIFACTORY_TOKEN for DPS-FF-ILO to be set.
publish: ## Publish to the Artifactory repository using poetry. Requires ARTIFACTORY_TOKEN to be set.
@echo "🚀 Publishing: Dry run."
@poetry config repositories.artifactory $(ARTIFACTORY_URL)
@poetry publish --repository artifactory --username $(ARTIFACTORY_USERNAME) --password $(ARTIFACTORY_PASSWORD) --dry-run
Expand Down

0 comments on commit fcbd65f

Please sign in to comment.