Skip to content
Snippets Groups Projects
Verified Commit 3d2b69d6 authored by David Hoese's avatar David Hoese
Browse files

Fix another typo

parent 5c2251e6
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
PROJECT_NAME="cspp_geo%2Fcspp-geo-web-viewer"
PROJ_URL="${CI_API_V4_URL}/projects/${PROJECT_NAME}"
registries_json=$(curl -H "PRIVATE_TOKEN: ${CI_JOB_TOKEN}" "${PROJ_URL}/registry/repositories")
if [[ $? -eq 0 ]]; then
if [[ $? -ne 0 ]]; then
echo "Could not download list of container registries"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment