Skip to content

Commit 8d89adf

Browse files
authored
fix(IDX): build icos_deploy by default (#4146)
This removes the `manual` tag from `icos_deploy` to make sure it gets built on CI, and also fixes its build.
1 parent eb28308 commit 8d89adf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testnet/tools/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ genrule(
1313
"//ic-os/guestos/envs/prod:upload_update-img",
1414
"//ic-os/boundary-guestos/envs/dev:upload_disk-img",
1515
"//ic-os/boundary-guestos/envs/prod:upload_disk-img",
16-
"build-guestos-config.sh",
16+
"build-guestos-configs.sh",
1717
"//publish/binaries:legacy_upload",
1818
"//publish/canisters:upload",
1919
],
@@ -41,5 +41,4 @@ cd "\\$$BUILD_WORKSPACE_DIRECTORY"
4141
EOF
4242
""",
4343
executable = True,
44-
tags = ["manual"],
4544
)

0 commit comments

Comments
 (0)