File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ commands:
126126 ship-shape :
127127 usage : Run site validation scripts locally
128128 cmd : |
129- docker compose exec -T cli shipshape -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code "$@"
129+ docker compose exec -T cli shipshape run -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code . "$@"
130130
131131 debug :
132132 usage : Enable debug configuration.
Original file line number Diff line number Diff line change 4545 # # START SaaS-only
4646 - run :
4747 name : Perform GovCMS platform validations
48- command : ' shipshape -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code'
48+ command : ' shipshape run -f /app/vendor/govcms/scaffold-tooling/shipshape.yml --exclude-db --error-code . '
4949 service : cli
5050 shell : bash
5151 when : withDefault("GOVCMS_SKIP_AUDIT", false) == false
You can’t perform that action at this time.
0 commit comments