Skip to content

Commit

Permalink
[chore] fix exclusion of gcp examples from workspace (#3303)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmrysMyrddin authored May 28, 2024
1 parent 7d7f357 commit e373ee9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Set outputs
id: vars
run: |
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
echo "::set-output name=docker_host::$(docker context inspect --format '{{.Endpoints.docker.Host}}')"
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "docker_host=$(docker context inspect --format '{{.Endpoints.docker.Host}}')" >> $GITHUB_OUTPUT
- name: Provision & Test
run: pnpm start
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
OUTPUT="${OUTPUT//'%'/'%25'}"
OUTPUT="${OUTPUT//$'\n'/'%0A'}"
OUTPUT="${OUTPUT//$'\r'/'%0D'}"
echo "::set-output name=result::$OUTPUT"
echo "result=$OUTPUT" >> $GITHUB_OUTPUT
- name: Publish a message
if: always() && contains(steps.diff_result.outputs.result, 'diff')
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
- '!examples/bun'
- '!examples/bun-yoga-ws'
- '!examples/deno'
- '!examples/gcp-gcloud-run'
- '!examples/gcp-cloud-run'
- '!examples/gcp-functions'
- '!examples/firebase/*'
- '!examples/**/dist'
Expand Down

0 comments on commit e373ee9

Please sign in to comment.