Skip to content
Snippets Groups Projects
Commit 43089680 authored by carignani's avatar carignani
Browse files

remove apices from last commit env var

parent 680ab594
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ if [ "$1" == "stop" ] ; then
exit 0
fi
sed -i -E "s/(LAST_COMMIT=').+(')/\1$(git log -n 1 --oneline)'/" env
sed -i -E "s/(LAST_COMMIT=).+/\1$(git log -n 1 --oneline)/" env
docker build -t tosca-ie-sample:latest .
......
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