Skip to content

Commit

Permalink
Minimise pnpm install log groups in Buildkite
Browse files Browse the repository at this point in the history
These don't seem especially important to highlight.
  • Loading branch information
72636c committed Jan 22, 2024
1 parent 278a14c commit bcdb0f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion template/express-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:

- label: 🧪 Test & Lint
commands:
- echo '+++ pnpm install --offline'
- echo '--- pnpm install --offline'
- pnpm install --offline
- echo '+++ pnpm run test:ci'
- pnpm run test:ci
Expand Down
2 changes: 1 addition & 1 deletion template/greeter/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ configs:
steps:
- label: 🧪 Test & Lint
commands:
- echo '+++ pnpm install --offline'
- echo '--- pnpm install --offline'
- pnpm install --offline
- echo '+++ pnpm run test:ci'
- pnpm run test:ci
Expand Down
2 changes: 1 addition & 1 deletion template/koa-rest-api/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:

- label: 🧪 Test & Lint
commands:
- echo '+++ pnpm install --offline'
- echo '--- pnpm install --offline'
- pnpm install --offline
- echo '+++ pnpm run test:ci'
- pnpm run test:ci
Expand Down
6 changes: 3 additions & 3 deletions template/lambda-sqs-worker-cdk/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ configs:
base-steps:
- &deploy
commands:
- echo '+++ pnpm install --offline'
- echo '--- pnpm install --offline'
- pnpm install --offline
- echo '+++ pnpm run deploy'
- pnpm run deploy
Expand All @@ -42,7 +42,7 @@ configs:
steps:
- label: 🧪 Test, Lint & Build
commands:
- echo '+++ pnpm install --offline'
- echo '--- pnpm install --offline'
- pnpm install --offline
- echo '+++ pnpm run test:ci'
- pnpm run test
Expand Down Expand Up @@ -95,7 +95,7 @@ steps:
env:
ENVIRONMENT: dev
commands:
- echo '+++ pnpm install --offline'
- echo '--- pnpm install --offline'
- pnpm install --offline
- echo '+++ pnpm run deploy:hotswap'
- pnpm run deploy:hotswap
Expand Down
4 changes: 2 additions & 2 deletions template/lambda-sqs-worker/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ configs:
base-steps:
- &deploy
commands:
- echo '+++ pnpm install --offline'
- echo '--- pnpm install --offline'
- pnpm install --offline
- echo '+++ pnpm run deploy'
- pnpm run deploy
Expand Down Expand Up @@ -49,7 +49,7 @@ steps:
- label: 🧪 Test, Lint & Build
artifact_paths: lib/**/*
commands:
- echo '+++ pnpm install --offline'
- echo '--- pnpm install --offline'
- pnpm install --offline
- echo '+++ pnpm run test:ci'
- pnpm run test:ci
Expand Down

0 comments on commit bcdb0f3

Please sign in to comment.