fixing flag

This commit is contained in:
research bot
2024-03-20 15:29:48 -07:00
parent 320a0811a0
commit bbaffe14f6
+1 -1
View File
@@ -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 ..