Skip to content

Commit a47144d

Browse files
committed
refactor: remove --force flag from download_ci_artifacts command
It will interfere with following multi-artifacts downloads later. Additionally it is simple enough to just delete build/artifacts by hand. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 63f6d30 commit a47144d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/devtool

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,8 @@ cmd_help() {
440440
echo " Builds the rootfs and guest kernel artifacts we use for our CI."
441441
echo " Run './tools/devtool build_ci_artifacts help' for more details about the available commands."
442442
echo ""
443-
echo " download_ci_artifacts [--force]"
444-
echo " Downloads the CI artifacts used for testing from our S3 bucket. If --force is passed, purges any existing"
445-
echo " artifacts first. Useful for refreshing local artifacts after an update, or if something got messed up."
443+
echo " download_ci_artifacts"
444+
echo " Downloads the CI artifacts used for testing from our S3 bucket."
446445
echo ""
447446

448447
cat <<EOF

0 commit comments

Comments
 (0)