Skip to content

Commit e44c65c

Browse files
committed
ci: iterating on building ocm component
1 parent 2f89161 commit e44c65c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ocm.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ jobs:
7373
echo TUPLE_OPERATOR_VERSION=$(./ocm get componentversions --latest github.com/platform-mesh/tuple-operator --repo ghcr.io/platform-mesh -o json | jq -r '.items[0].component.version') >> $GITHUB_ENV
7474
echo VIRTUAL_WORKSPACES_VERSION=$(./ocm get componentversions --latest github.com/platform-mesh/virtual-workspaces --repo ghcr.io/platform-mesh -o json | jq -r '.items[0].component.version') >> $GITHUB_ENV
7575
76-
PM_VERSION=$(./ocm get componentversions --latest github.com/platform-mesh/platform-mesh --repo ghcr.io/platform-mesh -o json | jq -r '.items[0].component.version')
77-
PM_VERSION=${PM_VERSION:-0.0.0}
76+
# PM_VERSION=$(./ocm get componentversions --latest github.com/platform-mesh/platform-mesh --repo ghcr.io/platform-mesh -o json | jq -r '.items[0].component.version')
77+
# PM_VERSION=${PM_VERSION:-0.0.0}
78+
PM_VERSION=0.0.1
7879
IFS='.' read -r major minor patch <<< "PM_VERSION"
7980
patch=$((patch + 1))
8081
echo VERSION="$major.$minor.$patch" >> $GITHUB_ENV

0 commit comments

Comments
 (0)