Skip to content
Snippets Groups Projects
Verified Commit eb2d7cd2 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[CI] Fix printed image name

parent e747224b
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,4 @@ if [ "$RES" = "" ]; then exit 1; fi ...@@ -23,4 +23,4 @@ if [ "$RES" = "" ]; then exit 1; fi
echo "export MODIFIED_IMAGE_FULL_TEST=registry.test.picasoft.net/${RES}" >> variables echo "export MODIFIED_IMAGE_FULL_TEST=registry.test.picasoft.net/${RES}" >> variables
echo "export MODIFIED_IMAGE_FULL=registry.picasoft.net/${RES}" >> variables echo "export MODIFIED_IMAGE_FULL=registry.picasoft.net/${RES}" >> variables
echo "Found modified image : $MODIFIED_IMAGE_FULL" echo "Found modified image : $RES"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment