Skip to content

Commit 47b0b45

Browse files
committed
chore: remove old comments.
1 parent 4b319a4 commit 47b0b45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/common/src/task/build-container.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ export class BuildContainerTask extends Task<ContainerImage> {
3939
async do(): Promise<ContainerImage> {
4040
const imageId = this.container.getImageTagName(this.provider);
4141
const { args = {} } = this.container.getDescriptor();
42-
// Create a temporary default ignore file
43-
// and delete it when we're done
42+
4443
const cmd = oneLine`
4544
docker build ${this.container.getContext()}
4645
-f ${this.container.getDockerfile()}

0 commit comments

Comments
 (0)