Skip to content
Snippets Groups Projects
Unverified Commit f1d693b2 authored by Armin Co's avatar Armin Co
Browse files

Added verify-commit\n\nCommit is not verifyed yet, just verbose output

parent 7ce3b70c
Branches
No related tags found
No related merge requests found
......@@ -19,11 +19,16 @@ DESTINATION_HOST="./dist"
if cd $REPOSITORY
then
git pull
git verify-commit -v HEAD
cd ../
else
git clone $URL_GITHUB
cd $REPOSITORY
git verify-commit -v HEAD
cd ../
fi
# build docker image
docker build -t $IMAGE_NAME .
# create temporary container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment