File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8282 shell : bash
8383 run : |
8484 yq '.services.fixcore.environment += "FIXCORE_MODEL_FROM_PLUGINS=true"' docker-compose.yaml > docker-compose-model-gen.yaml
85- PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker- compose -f docker-compose-model-gen.yaml up -d
85+ PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker compose -f docker-compose-model-gen.yaml up -d
8686 cd ${{ github.workspace }}/docs.fix.security/docs/resources
8787 python3 ${{ github.workspace }}/docs.fix.security/tools/export_models.py
8888
@@ -346,7 +346,7 @@ jobs:
346346 shell : bash
347347 run : |
348348 yq '.services.fixcore.environment += "FIXCORE_MODEL_FROM_PLUGINS=true"' docker-compose.yaml > docker-compose-model-gen.yaml
349- PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker- compose -f docker-compose-model-gen.yaml up -d
349+ PSK= FIXCORE_ANALYTICS_OPT_OUT=true docker compose -f docker-compose-model-gen.yaml up -d
350350 cd ${{ github.workspace }}/inventory.fix.security/versioned_docs/version-${{ steps.release.outputs.docsVersion }}/reference/unified-data-model
351351 python3 ${{ github.workspace }}/inventory.fix.security/tools/export_models.py
352352
You can’t perform that action at this time.
0 commit comments