mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
fix it
This commit is contained in:
parent
3d09c1b736
commit
9db50dd6fc
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ UploadImage()
|
|||
REPO=$(echo "$GET_INFO_CMD" | cut -f1 -d' ')
|
||||
TAG=$(echo "$GET_INFO_CMD" | cut -f2 -d' ')
|
||||
IMAGE_ID=$(echo "$GET_INFO_CMD" | cut -f3 -d' ')
|
||||
# shellcheck disable=SC2116
|
||||
SIZE=$(echo "${GET_INFO_CMD##* }")
|
||||
|
||||
###################
|
||||
|
|
Loading…
Reference in a new issue