Skip to content

Commit ab6e8e3

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/ci/remote-build-artifacts.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ if [[ $# -gt 0 ]]; then
170170
-p|--pull-native-deps)
171171
pullNativeBuildProducts
172172
shift
173-
shift
174173
;;
175174
*) # unknown option
176175
echoerr "Can't parse arguments. Unknown argument ${argument}"

0 commit comments

Comments
 (0)