Skip to content

Commit a71e040

Browse files
authored
Merge pull request #120 from govCMS/feature/update-shipshape-usage
feat: update shipshape usage for the new version
2 parents d602097 + 859f909 commit a71e040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ahoy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

.lagoon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tasks:
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

0 commit comments

Comments
 (0)