Skip to content

Commit e3113e7

Browse files
authored
Disable ctf push (#5)
1 parent e9d0a7e commit e3113e7

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ jobs:
105105
with:
106106
tag_name: ${{ env.version }}
107107
name: Release ${{ env.version }}
108-
body: RELEASE_BODY.md
108+
body_path: RELEASE_BODY.md
109109
draft: true
110110
prerelease: false
111111
env:
112112
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113113

114-
- name: Push CTF
115-
if: ${{ env.SKIP != 'true' }}
116-
run: |
117-
ocm transfer ctf --overwrite ./openmcp-ctf/ ${{ env.OCI_URL }}
114+
# - name: Push CTF
115+
# if: ${{ env.SKIP != 'true' }}
116+
# run: |
117+
# ocm transfer ctf --overwrite ./openmcp-ctf/ ${{ env.OCI_URL }}

component-constructor.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ components:
3131
commit: "${OPENMCP_VERSION}"
3232
type: gitHub
3333
repoUrl: https://github.com/openmcp-project/openmcp
34-
ref: refs/heads/main
3534
name: openmcp
3635
type: git
3736
version: ${OPENMCP_VERSION}
@@ -58,7 +57,6 @@ components:
5857
commit: ${MCP_OPERATOR_VERSION}
5958
type: gitHub
6059
repoUrl: https://github.com/openmcp-project/mcp-operator
61-
ref: refs/heads/main
6260
name: openmcp
6361
type: git
6462
version: ${MCP_OPERATOR_VERSION}
@@ -79,7 +77,6 @@ components:
7977
commit: ${OPENMCP_OPERATOR_VERSION}
8078
type: gitHub
8179
repoUrl: https://github.com/openmcp-project/openmcp-operator
82-
ref: refs/heads/main
8380
name: openmcp
8481
type: git
8582
version: ${OPENMCP_OPERATOR_VERSION}
@@ -106,7 +103,6 @@ components:
106103
commit: ${CONTROL_PLANE_OPERATOR_VERSION}
107104
type: gitHub
108105
repoUrl: https://github.com/openmcp-project/control-plane-operator
109-
ref: refs/heads/main
110106
name: openmcp
111107
type: git
112108
version: ${CONTROL_PLANE_OPERATOR_VERSION}
@@ -133,7 +129,6 @@ components:
133129
commit: ${QUOTA_OPERATOR_VERSION}
134130
type: gitHub
135131
repoUrl: https://github.com/openmcp-project/quota-operator
136-
ref: refs/heads/main
137132
name: openmcp
138133
type: git
139134
version: ${QUOTA_OPERATOR_VERSION}
@@ -161,7 +156,6 @@ components:
161156
commit: ${PROJECT_WORKSPACE_OPERATOR_VERSION}
162157
type: gitHub
163158
repoUrl: https://github.com/openmcp-project/project-workspace-operator
164-
ref: refs/heads/main
165159
name: openmcp
166160
type: git
167161
version: ${PROJECT_WORKSPACE_OPERATOR_VERSION}

0 commit comments

Comments
 (0)