fix(ansible_collection): build change to git tag only on git tag
!75 nofusscomputing/projects/ansible/collections/ci-test!1
This commit is contained in:
@ -419,7 +419,7 @@ variables:
|
||||
|
||||
git pull origin development --rebase;
|
||||
|
||||
git reset ${CI_COMMIT_TAG} --hard;
|
||||
git checkout tags/${CI_COMMIT_TAG} -b development;
|
||||
|
||||
git log -2;
|
||||
|
||||
|
Reference in New Issue
Block a user