streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Add an option to download packcheck in `run-ci.sh`

Open adithyaov opened this issue 4 years ago • 1 comments
trafficstars

For my shell, I had to replace packcheck.sh with ./packcheck.sh in run-ci.sh to work. We can download it to a temporary location and get the absolute path.

adithyaov avatar Jul 26 '21 19:07 adithyaov

Downloading it in this script is a very heavy solution for this. This script assumes you have packcheck.sh in your PATH. Add the script location in your PATH, and it will work.

harendra-kumar avatar Jul 27 '21 08:07 harendra-kumar