Skip to content
Snippets Groups Projects
Commit b92be371f319 authored by Etienne Ferriere's avatar Etienne Ferriere
Browse files

Corrected a mistake, triggering a bug, when the script attempts to identify the

tag.
parent 828753b72d10
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
docker build -t $registry/$image $project_home || { echo 'Build failed' ; exit 1; }
# tip is latest in docker
for tag in $(cd $project_home && hg id -t);
for tag in $(cd $project_home && hg id -t);
do
if [[ ! -z "$tag" && "tip" != "$tag" ]]
then
......
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