Skip to content

Commit 279ad43

Browse files
committed
chore: test
1 parent d03bc44 commit 279ad43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ install: HELM_OPTS=--atomic --wait-for-jobs --timeout 2400s --namespace $(NAMESP
244244
--values $(CHART_DIR)/values-$(ENVIRONMENT).yaml
245245
install:
246246
@set -euo pipefail; \
247-
dagConfig=$$(echo '{"org": "bcgov", "repo": "cas-cif", "ref": "$(GIT_SHA1)", "path": "dags/cas_cif_dags.py"}' | base64 -w0); \
247+
dagConfig=$$(echo '{"org": "bcgov", "repo": "cas-cif", "ref": "$(GIT_SHA1)", "path": "dags/cas_cif_dags.py"}' | base64 ); \
248248
helm dep up $(CHART_DIR); \
249249
if ! helm status --namespace $(NAMESPACE) $(CHART_INSTANCE); then \
250250
echo 'Installing the application and issuing SSL certificate'; \

0 commit comments

Comments
 (0)