File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,14 @@ steps:
4242 commands :
4343 - cd libre-graph-api-cpp-qt-client
4444 - git diff
45+ git-tag :
46+ image : *alpine_image
47+ environment : *environment
48+ commands :
49+ - cd libre-graph-api-cpp-qt-client
50+ - git tag -a ${CI_COMMIT_TAG} -m ${CI_COMMIT_MESSAGE}
51+ when :
52+ - event : tag
4553 push_target_repo :
4654 image : quay.io/thegeeklab/wp-git-action
4755 settings :
Original file line number Diff line number Diff line change @@ -42,6 +42,14 @@ steps:
4242 commands :
4343 - cd libre-graph-api-go
4444 - git diff
45+ git-tag :
46+ image : *alpine_image
47+ environment : *environment
48+ commands :
49+ - cd libre-graph-api-go
50+ - git tag -a ${CI_COMMIT_TAG} -m ${CI_COMMIT_MESSAGE}
51+ when :
52+ - event : tag
4553 push_target_repo :
4654 image : quay.io/thegeeklab/wp-git-action
4755 settings :
Original file line number Diff line number Diff line change @@ -42,6 +42,14 @@ steps:
4242 commands :
4343 - cd libre-graph-api-php
4444 - git diff
45+ git-tag :
46+ image : *alpine_image
47+ environment : *environment
48+ commands :
49+ - cd libre-graph-api-php
50+ - git tag -a ${CI_COMMIT_TAG} -m ${CI_COMMIT_MESSAGE}
51+ when :
52+ - event : tag
4553 push_target_repo :
4654 image : quay.io/thegeeklab/wp-git-action
4755 settings :
Original file line number Diff line number Diff line change @@ -42,6 +42,14 @@ steps:
4242 commands :
4343 - cd libre-graph-api-typescript-axios
4444 - git diff
45+ git-tag :
46+ image : *alpine_image
47+ environment : *environment
48+ commands :
49+ - cd libre-graph-api-typescript-axios
50+ - git tag -a ${CI_COMMIT_TAG} -m ${CI_COMMIT_MESSAGE}
51+ when :
52+ - event : tag
4553 push_target_repo :
4654 image : quay.io/thegeeklab/wp-git-action
4755 settings :
You can’t perform that action at this time.
0 commit comments