File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ function check(){
32
32
# # Perform image submit for certification
33
33
function submit(){
34
34
echo " Submitting image for certification, image: ${IMAGE_NAME} "
35
+ echo " https://catalog.redhat.com/api/containers/v1/product-listings/id/${OPERATOR_PROJECT_ID} /projects/certification" | jq " .data[] | select(.container.repository_name == \" ${NAME} \" )._id" --raw-output)"
35
36
## Fetch container project id based on directory(image) name
36
37
CONTAINER_PROJECT_ID=" $( curl -sH " X-API-KEY: ${PYAXIS_API_TOKEN} " " https://catalog.redhat.com/api/containers/v1/product-listings/id/${OPERATOR_PROJECT_ID} /projects/certification" | jq " .data[] | select(.container.repository_name == \" ${NAME} \" )._id" --raw-output) "
37
38
You can’t perform that action at this time.
0 commit comments