From ce25a6c66106b75016d7f00ae36ca69e31d62a4c Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 7 Feb 2022 18:03:18 +0100 Subject: [PATCH] Update devfile.yaml --- devfile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index 3a55541..8d6a0d0 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -4,7 +4,7 @@ metadata: projects: - name: golang-health-check source: - location: 'https://github.com/nmasse-itix/test-crw.git' + location: 'https://github.com/nmasse-itix/crw-sample-app.git' type: git branch: master components: @@ -46,7 +46,7 @@ commands: actions: - workdir: '${CHE_PROJECTS_ROOT}/golang-health-check' type: exec - command: oc process -f .openshiftio/application.yaml -p SOURCE_REPOSITORY_URL=https://github.com/nmasse-itix/test-crw.git | oc apply -f - + command: oc process -f .openshiftio/application.yaml -p SOURCE_REPOSITORY_URL=https://github.com/nmasse-itix/crw-sample-app.git | oc apply -f - component: go-cli - name: Debug configuration actions: