Skip to content
This repository was archived by the owner on Apr 29, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5591d79

Browse files
committedDec 12, 2020
Update CI Configuration.
1 parent cdd211d commit 5591d79

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎.gitlab-ci.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ shell-lint:
4646
script:
4747
- find ./ -name "*.sh" -exec shellcheck {} \;
4848

49-
deploy-github:
49+
github-deploy-master:
5050
stage: deploy
5151
tags:
5252
- shell
@@ -56,6 +56,18 @@ deploy-github:
5656
only:
5757
- master
5858

59+
github-deploy-tags:
60+
stage: deploy
61+
tags:
62+
- shell
63+
script:
64+
- git remote set-url --push origin ${GITHUB_REPO}
65+
- git push origin ${CI_COMMIT_TAG}
66+
only:
67+
- tags
68+
except:
69+
- branches
70+
5971
open-issue:
6072
stage: finish
6173
tags:

0 commit comments

Comments
 (0)
This repository has been archived.