Skip to content

Commit b19a1d8

Browse files
author
Dersim Davaod
committed
Fix issue with argument parsing in remote-build-artifacts.sh script.
1 parent 5772769 commit b19a1d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/ci/remote-build-artifacts.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ if [[ $# -gt 0 ]]; then
169169
case ${argument} in
170170
-p|--pull-native-deps)
171171
pullNativeBuildProducts
172-
shift
173-
shift
174172
;;
175173
*) # unknown option
176174
echoerr "Can't parse arguments. Unknown argument ${argument}"

0 commit comments

Comments
 (0)