We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6893b5 commit f84f549Copy full SHA for f84f549
.github/scripts/publish-rhel.sh
@@ -99,7 +99,7 @@ request_operation()
99
--data "{\"image_id\":\"${IMAGE_ID}\" , \"operation\" : \"${operation}\" }" \
100
"https://catalog.redhat.com/api/containers/v1/projects/certification/id/${RHEL_PROJECT_ID}/requests/images")
101
102
- echo "'${operation} response: ${RESPONSE}"
+ echo "'${operation}' response: ${RESPONSE}"
103
}
104
105
wait_for_container_publish()
0 commit comments