From bbaffe14f6afdf1c101121c08a35bdd1423f1749 Mon Sep 17 00:00:00 2001 From: research bot Date: Wed, 20 Mar 2024 15:29:48 -0700 Subject: [PATCH] fixing flag --- pipeline/.release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/.release.yml b/pipeline/.release.yml index 22fe7a54dc..35a3a61683 100644 --- a/pipeline/.release.yml +++ b/pipeline/.release.yml @@ -209,7 +209,7 @@ github_push_develop: - cd contentctl && git checkout main && cd .. - git add contentctl - cd contentctl/ - - poetry run contentctl -p ../ build --enable_enrichment + - poetry run contentctl -p ../ --enable_enrichment build - poetry run contentctl -p ../ --enable_enrichment build -t ssa - poetry run contentctl -p ../ --enable_enrichment build -t api - cd ..