Skip to content

Commit

Permalink
retag sub components
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeep committed Sep 6, 2023
1 parent 90ed0b7 commit a28d5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
imagetag: "${IMAGETAG}"
snappyflowversion: "${SFTAG}"
gitbranch: <<pipeline.git.branch>>
components: 'sftrace-server'
components: 'sftrace-server sftrace-server-prometheus-exporter'

### sfTraceServerCodeCheck: This job does static code check,
### lint and stores the result in artifact.
Expand Down
2 changes: 1 addition & 1 deletion .circleci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
imagetag: "${IMAGETAG}"
snappyflowversion: "${SFTAG}"
gitbranch: <<pipeline.git.branch>>
components: 'sftrace-server'
components: 'sftrace-server sftrace-server-prometheus-exporter'

### sfTraceServerCodeCheck: This job does static code check,
### lint and stores the result in artifact.
Expand Down

0 comments on commit a28d5fd

Please sign in to comment.