UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8831807b authored by Zachariah Dzielinski's avatar Zachariah Dzielinski
Browse files

this is a bad commit

parent c498c32a
No related branches found
No related tags found
No related merge requests found
Pipeline #129180 failed
......@@ -27,7 +27,7 @@ if $failure; then
echo "--------------------------------------------------------"
echo "Quick tip - Squash commits for $CI_COMMIT_REF_NAME"
echo "> git checkout $CI_COMMIT_REF_NAME"
echo "> git reset $(git merge-base $CI_DEFAULT_BRANCH $(git rev-parse --abbrev-ref HEAD))"
echo "> git reset \$(git merge-base $CI_DEFAULT_BRANCH \$(git rev-parse --abbrev-ref HEAD))"
echo "> git add -A"
echo "> git commit -m \"feat: example conventional commit\""
echo "> git push --force"
......
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