Skip to content

Commit

Permalink
chore: remove dry-run from make install command
Browse files Browse the repository at this point in the history
Signed-off-by: SeSo <[email protected]>
  • Loading branch information
Sepehr-Sobhani committed Jan 9, 2025
1 parent eb0a601 commit 4158602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ install: CHART_INSTANCE=cas-bciers
install: HELM_OPTS=--atomic --wait-for-jobs --timeout 2400s --namespace $(NAMESPACE) \
--set defaultImageTag=$(IMAGE_TAG) \
--set download-dags.dagConfiguration="$$dagConfig" \
--values $(CHART_DIR)/values-$(ENVIRONMENT).yaml \
--dry-run
--values $(CHART_DIR)/values-$(ENVIRONMENT).yaml
install:
@set -euo pipefail; \
dagConfig=$$(echo '{"org": "bcgov", "repo": "cas-registration", "ref": "$(GIT_SHA1)", "path": "dags/cas_bciers_dags.py"}' | base64 -w0); \
Expand Down

0 comments on commit 4158602

Please sign in to comment.