Skip to content

Commit

Permalink
Support OS versions in CP_CAP_EXTRA_PKG*
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoruka committed Jul 16, 2024
1 parent d8bf01e commit a5cce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pipeline-launch/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,7 @@ if [ "$CP_PIPE_COMMON_ENABLED" != "false" ]; then
if [ "$_pkg_os" != "$_pkg_os_url" ] && [ "$_pkg_os" != "$CP_VER_MAJOR" ]; then
continue
fi

_pkg="$_pkg_os_url"
_pkg_filename=$(basename "$_pkg")
_pkg_filename_ext="${_pkg_filename##*.}"
if [ -f "$_pkg_filename" ]; then
Expand Down

0 comments on commit a5cce0b

Please sign in to comment.