Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
ssh git@gitlab.nexdev.uk ssh git@gitlab.nexdev.uk
echo "Cloning 'git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git'" echo "Cloning 'git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git'"
git clone "git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git" -q > /dev/null git clone -q -b "$CI_COMMIT_REF_NAME" "git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git" > /dev/null
echo "Running standard version" echo "Running standard version"
cd "$CI_PROJECT_NAME" cd "$CI_PROJECT_NAME"
...@@ -49,4 +49,4 @@ while :; do ...@@ -49,4 +49,4 @@ while :; do
done done
# No flag passed, follow-tags instead # No flag passed, follow-tags instead
git push --follow-tags -o ci.skip git push --follow-tags -o ci.skip
\ No newline at end of file