Skip to content
Snippets Groups Projects
Verified Commit 90a9d609 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

[ci] debug

parent f2e8c929
No related branches found
No related tags found
No related merge requests found
Pipeline #323164 failed
......@@ -22,7 +22,10 @@ while [ $# -gt 0 ]; do
esac
done
echo "$CI"
git config user.email
echo "CI: $CI"
[ "x${CI}" = "xtrue" ] && {
echo "Setting up git in CI"
git config --global --add safe.directory "$PWD"
......@@ -49,9 +52,7 @@ PR_VERSION="${VERSION}-${DEVSTRING}${PREREL}"
echo "$PR_VERSION" > "$VERSION_FILE"
echo "$PR_VERSION"
TILDE_VERSION="$(echo "$PR_VERSION" | sed 's/-/~/g')"
echo "$PR_VERSION" > "$VERSION_FILE"
git add "$VERSION_FILE"
git commit -m "dummy prerel version"
git tag "v${TILDE_VERSION}"
git tag "v${PR_VERSION}"
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