Skip to content

Commit

Permalink
disable DAGGER_CLOUD_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 15, 2024
1 parent feaa94d commit 330db33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Run Dagger Pipelines
run: dagger run deno run -A ../src/dagger/runner.ts buildRelease
working-directory: example
env:
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
#env:
# DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}
1 change: 0 additions & 1 deletion example/.fluentci/src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const getDirectory = async (
export const withSrc = (ctr: Container, context: Directory) =>
ctr
.withMountedCache("/app/android/.gradle", dag.cacheVolume("gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("gradle-cache"))
.withMountedCache("/app/android/app/build", dag.cacheVolume("build"))
.withMountedCache("/app/vendor", dag.cacheVolume("vendor"))
.withMountedCache("/app/node_modules", dag.cacheVolume("node_modules"))
Expand Down
1 change: 0 additions & 1 deletion src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const getDirectory = async (
export const withSrc = (ctr: Container, context: Directory) =>
ctr
.withMountedCache("/app/android/.gradle", dag.cacheVolume("gradle"))
.withMountedCache("/root/.gradle", dag.cacheVolume("gradle-cache"))
.withMountedCache("/app/android/app/build", dag.cacheVolume("build"))
.withMountedCache("/app/vendor", dag.cacheVolume("vendor"))
.withMountedCache("/app/node_modules", dag.cacheVolume("node_modules"))
Expand Down

0 comments on commit 330db33

Please sign in to comment.