Skip to content

Commit

Permalink
Remove location
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed Nov 6, 2023
1 parent fb20d01 commit 565772d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions azurecontainerapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,6 @@ export class azurecontainerapps {

if (this.useCliToBuildAndPushImage && !this.util.isNullOrEmpty(this.appSourcePath)) {
this.commandLineArgs.push(`--source ${this.appSourcePath}`);
if (!this.util.isNullOrEmpty(this.location)) {
this.commandLineArgs.push(`-l ${this.location}`);
}
}
}

Expand Down
3 changes: 0 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,6 @@ var azurecontainerapps = /** @class */ (function () {
}
if (this.useCliToBuildAndPushImage && !this.util.isNullOrEmpty(this.appSourcePath)) {
this.commandLineArgs.push("--source " + this.appSourcePath);
if (!this.util.isNullOrEmpty(this.location)) {
this.commandLineArgs.push("-l " + this.location);
}
}
};
/**
Expand Down

0 comments on commit 565772d

Please sign in to comment.