Skip to content
Snippets Groups Projects
Unverified Commit edcc594e authored by Max Adamo's avatar Max Adamo
Browse files

fix: add git pull to create-packages.sh

parent 1dbac9f7
Branches
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ elif [[ -n $ALL ]]; then
RPM='yes'
fi
git pull
set -e # from this point we exit on failure
if [[ -n $DEB ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment