Skip to content

Commit a4b9304

Browse files
committed
fix typo
1 parent fddfa99 commit a4b9304

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build_defs/containers.build_defs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ def container_pull(name: str, image: str, tag:str='latest', registry:str='index.
5050
]),
5151
output_dirs = [ name ],
5252
building_description = "Pulling image ...",
53-
pass_env = [
54-
"CLOUDSDK_CONFIG",
55-
"DOCKER_CONFIG",
56-
"CLOUDSDK_ACTIVE_CONFIG_NAME",
57-
],
5853
tools = {
5954
'puller': [toolchain+"|puller"],
6055
'join_layers' : [toolchain + "|join_layers"],
@@ -225,7 +220,6 @@ def container_push(name:str, srcs:list, repository:str = CONFIG.CONTAINERS.DEFAU
225220
"export USER=$(whoami)",
226221
"export HOME=$(eval echo ~$(whoami))",
227222
"export DOCKER_CONFIG=$HOME/.docker",
228-
f"$TOOLS_PULLER -name {registry}/{image}:{tag} -directory {name} -os linux -architecture amd64",
229223
f"outfile={outfile}",
230224
"prefix=plz-out/gen",
231225
"tarfiles=\"\"",

0 commit comments

Comments
 (0)