Skip to content
Snippets Groups Projects
Commit ce5f21b2 authored by Gin Derick Magno's avatar Gin Derick Magno
Browse files

add git user name and email

parent e00359a0
Branches koda-chm-core-dev
Tags koda.chm.core.dev-2023.06.27-1.0.3
No related merge requests found
Pipeline #53739 passed
...@@ -55,10 +55,10 @@ set-tag-dev: ...@@ -55,10 +55,10 @@ set-tag-dev:
git add build.log git add build.log
# "[ci skip]" and "-o ci-skip" prevent a CI trigger loop # "[ci skip]" and "-o ci-skip" prevent a CI trigger loop
git commit -m "[ci skip] updated build $NEW_BUILD" git commit -m "[ci skip] updated build $NEW_BUILD"
git push -o ci-skip https://oauth2:$ACCESS_TOKEN@gitlab.com/test-group1430/runner-testing.git HEAD:$CI_COMMIT_REF_NAME git push -o ci-skip https://oauth2:$ACCESS_TOKEN@gitlab.stratpoint.dev/gmagno/runner-test.git HEAD:$CI_COMMIT_REF_NAME
#Tag commit (can be used without commiting files) #Tag commit (can be used without commiting files)
git tag "$NEW_BUILD" git tag "$NEW_BUILD"
git push --tags https://oauth2:$ACCESS_TOKEN@gitlab.com/test-group1430/runner-testing.git HEAD:$CI_COMMIT_REF_NAME git push --tags https://oauth2:$ACCESS_TOKEN@gitlab.stratpoint.dev/gmagno/runner-test.git HEAD:$CI_COMMIT_REF_NAME
only: only:
- /^koda-chm-.*-dev$/ - /^koda-chm-.*-dev$/
...@@ -71,7 +71,7 @@ set-tag-stg: ...@@ -71,7 +71,7 @@ set-tag-stg:
echo "$CI_COMMIT_REF_NAME" echo "$CI_COMMIT_REF_NAME"
#Tag commit (can be used without commiting files) #Tag commit (can be used without commiting files)
git tag "$NEW_BUILD" git tag "$NEW_BUILD"
git push --tags https://oauth2:$ACCESS_TOKEN@gitlab.com/test-group1430/runner-testing.git HEAD:$CI_COMMIT_REF_NAME git push --tags https://oauth2:$ACCESS_TOKEN@gitlab.stratpoint.dev/gmagno/runner-test.git HEAD:$CI_COMMIT_REF_NAME
only: only:
- /^koda-chm-.*-stg$/ - /^koda-chm-.*-stg$/
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