Skip to content

Commit

Permalink
skip devbox version update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 15, 2024
1 parent 6fa6739 commit feaa94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions example/.fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export async function execLane(
const baseCtr = dag
.pipeline(Job.execLane)
.container()
.from("ghcr.io/fluent-ci-templates/fastlane:latest")
.withExec(["sh", "-c", "devbox version update"]);
.from("ghcr.io/fluent-ci-templates/fastlane:latest");

const ctr = withEnv(withSrc(baseCtr, context))
.withEnvVariable("NODE_OPTIONS", "--max-old-space-size=4096")
Expand Down
3 changes: 1 addition & 2 deletions src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export async function execLane(
const baseCtr = dag
.pipeline(Job.execLane)
.container()
.from("ghcr.io/fluent-ci-templates/fastlane:latest")
.withExec(["sh", "-c", "devbox version update"]);
.from("ghcr.io/fluent-ci-templates/fastlane:latest");

const ctr = withEnv(withSrc(baseCtr, context))
.withEnvVariable("NODE_OPTIONS", "--max-old-space-size=4096")
Expand Down

0 comments on commit feaa94d

Please sign in to comment.