File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 15
15
env :
16
16
COMPONENT_PATH : " receiver/statsdreceiver"
17
17
18
- - name : Tag repo for receiver/statsdreceiver
18
+ - name : Tag repo
19
19
path : _infra/ci/jobs/tag_repo.yml
20
20
options :
21
- only_run_if : " env('JORB_GIT_BRANCH') == 'airbnb'"
22
- env :
23
- COMPONENT_PATH : " receiver/statsdreceiver"
21
+ only_run_if : " env('JORB_GIT_BRANCH') == 'airbnb'"
Original file line number Diff line number Diff line change 88
88
command : |
89
89
cd /jorb/repo-copy-rw
90
90
91
- TAG=${COMPONENT_PATH}/$ (yq '.module-sets.contrib-base.version' versions.yaml)-${JORB_GIT_BRANCH}-$(git rev-parse --short HEAD)
91
+ TAG=$(yq '.module-sets.contrib-base.version' versions.yaml)-${JORB_GIT_BRANCH}-$(git rev-parse --short HEAD)
92
92
git tag $TAG
93
93
git push origin $TAG
You can’t perform that action at this time.
0 commit comments