Skip to content

Commit

Permalink
remove unused copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Aug 12, 2022
1 parent 7c0df51 commit 16a0720
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dev/build/tasks/os_packages/docker_generator/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ export async function runDockerGenerator(
dockerBuildDir
);

if (flags.ironbank) {
await copyAll(
config.resolveFromRepo('src/dev/build/tasks/os_packages/docker_generator/resources/ironbank'),
dockerBuildDir
);
}

// Build docker image into the target folder
// In order to do this we just call the file we
// created from the templates/build_docker_sh.template.js
Expand Down

0 comments on commit 16a0720

Please sign in to comment.