Skip to content

Commit 4d6a8ed

Browse files
CCM-9780 DisableAutoTag mechamism
1 parent 384a0a0 commit 4d6a8ed

File tree

2 files changed

+0
-128
lines changed

2 files changed

+0
-128
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,3 @@ jobs:
127127
terraform_version: "${{ needs.metadata.outputs.terraform_version }}"
128128
version: "${{ needs.metadata.outputs.version }}"
129129
secrets: inherit
130-
publish-stage: # Recommended maximum execution time is 10 minutes
131-
name: "Publish stage"
132-
needs: [metadata, acceptance-stage]
133-
uses: ./.github/workflows/stage-5-publish.yaml
134-
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
135-
with:
136-
build_datetime: "${{ needs.metadata.outputs.build_datetime }}"
137-
build_timestamp: "${{ needs.metadata.outputs.build_timestamp }}"
138-
build_epoch: "${{ needs.metadata.outputs.build_epoch }}"
139-
nodejs_version: "${{ needs.metadata.outputs.nodejs_version }}"
140-
python_version: "${{ needs.metadata.outputs.python_version }}"
141-
terraform_version: "${{ needs.metadata.outputs.terraform_version }}"
142-
version: "${{ needs.metadata.outputs.version }}"
143-
is_version_prerelease: "${{ needs.metadata.outputs.is_version_prerelease }}"
144-
secrets: inherit

.github/workflows/stage-5-publish.yaml

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)