Skip to content

Commit

Permalink
Merge pull request #1806 from openmeterio/build-errors
Browse files Browse the repository at this point in the history
chore: disable dagger cloud
  • Loading branch information
turip authored Nov 8, 2024
2 parents 8f1930c + c0ae2f2 commit 390af2e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
verb: call
args: test
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: ${{ env.DAGGER_VERSION }}

- name: Export Dagger Engine logs
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
verb: call
args: migrate check
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: ${{ env.DAGGER_VERSION }}

- name: Export Dagger Engine logs
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
with:
verb: call
args: lint all
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: ${{ env.DAGGER_VERSION }}

- name: Export Dagger Engine logs
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
with:
verb: call
args: --source .:default quickstart-test --service tcp://localhost:8888 --port 8888
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: ${{ env.DAGGER_VERSION }}

- name: Export Container Logs
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
with:
verb: call
args: etoe
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: ${{ env.DAGGER_VERSION }}

- name: Export Dagger Engine logs
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
with:
verb: call
args: ci
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: ${{ env.DAGGER_VERSION }}

- name: Export Dagger Engine logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
verb: call
args: release --version ${{ github.ref_name }} --github-actor ${{ github.actor }} --github-token env:GITHUB_TOKEN --pypi-token env:PYPI_TOKEN --npm-token env:NPM_TOKEN
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.13.5"
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
verb: call
args: generate node-sdk -o api/client/node
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.13.6"

- name: Open pull request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
verb: call
args: generate python-sdk -o api/client/python
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.13.6"

- name: Open pull request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
verb: call
args: generate web-sdk -o api/client/web
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.13.6"

- name: Open pull request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
verb: call
args: snapshot --stainless-token env:STAINLESS_TOKEN
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
version: "0.13.6"
env:
STAINLESS_TOKEN: ${{ secrets.STAINLESS_TOKEN }}
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ varexport-%: ; @echo $*=$($*)
define print-target
@printf "Executing target: \033[36m$@\033[0m\n"
endef

0 comments on commit 390af2e

Please sign in to comment.