Skip to content

Commit

Permalink
Fix steps CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed Oct 10, 2024
1 parent d5fa88e commit 00ff4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/steps/src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class CliContextProvider implements ExternalBuildContextProvider {
job: {} as Job,
metadata: {} as Metadata,
env: this.env as Env,
expoApiServerURL: 'http://api.expo.test',
};
}
public updateEnv(env: BuildStepEnv): void {
Expand Down

0 comments on commit 00ff4eb

Please sign in to comment.