summary refs log tree commit diff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLakshmipathi <lakshmipathi.ganapathi@collabora.com>2021-04-05 07:12:12 +0000
committerCristian Ciocaltea <cristian.ciocaltea@collabora.com>2022-12-12 17:57:12 +0200
commit7c2d5ba6130658c0621cb34e71630b5a71bb2ce4 (patch)
tree4b5c4173a10d7d61beea37e62ef36cdd2a657a64 /.gitlab-ci.yml
parentca879bfc16209743f79442a8749df0a7936cd377 (diff)
downloadlinux-7c2d5ba6130658c0621cb34e71630b5a71bb2ce4.tar.gz
gitlab-ci: Remove tag creation with successful CI job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6edafd78701d..a019eeb4fb17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,13 +39,8 @@ kernel build:
 
      # notify
      - test -f "fail.txt" && exit 1
-     - echo "All tests passed..setup tags"
-     - git config --global user.email ${GIT_AUTHOR_EMAIL}
-     - git config --global user.name ${GIT_AUTHOR_NAME}
-     - sed -i -r 's/(url = .*):(.*)@(.*)/\1:'${LINUX_INTEGRATION_TOKEN}'@\3/' .git/config
-     - git tag ${TAG}
-     - git tag -f latest
-     - git push -o ci.skip origin -f --tags
+     - echo "All tests passed."
+     
   artifacts:
     expire_in: 1 week
     when: always