Skip to content

Commit 23c0e96

Browse files
committed
deprecate the skip-deprecated-packages option
Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent 4e6e2e5 commit 23c0e96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/build_scripts/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ do
137137
ARTIFACT_DIR="$2"
138138
shift
139139
;;
140+
# deprecated option. To be removed after usage of it is removed from the build-workflow
141+
--skip-deprecated-packages)
142+
;;
140143
-h|--help)
141144
help
142145
exit 0

0 commit comments

Comments
 (0)