-
- Downloads
fix(shell-tools): Fix broken call of bash function with xargs
This patch fixes the xargs call of `pushImageOrManifest` which can't work since xargs isn't aware of bash functions. As a result it tries to call a non existing binary/script/program outside of the script. This patch solves this problem by moving the function into its own script and puts it into the `libexec` directory.
parent
5b253f46
No related branches found
No related tags found
Pipeline #11600 failed
Stage: shell-tools-lint
Stage: shell-tools-test
Stage: build
Stage: test
Stage: tag
Showing
- resources/shell-tools/bin/push.sh 1 addition, 9 deletionsresources/shell-tools/bin/push.sh
- resources/shell-tools/install.sh 3 additions, 0 deletionsresources/shell-tools/install.sh
- resources/shell-tools/libexec/pushImageOrManifest.sh 11 additions, 0 deletionsresources/shell-tools/libexec/pushImageOrManifest.sh
Please sign in to comment