From 8caac7dbf218f594bb61346a9ba34f8185a6d88c Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Mon, 12 Jul 2021 19:48:32 +0300 Subject: [PATCH 1/3] Update che-theia-simple-devfile.yaml Fix formatting --- .../pr-1166/simple/che-theia-simple-devfile.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml b/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml index 961b5949..98dce98e 100644 --- a/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml +++ b/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml @@ -1,14 +1,14 @@ apiVersion: 1.0.0 metadata: -generateName: pr-che_theia-1166- + generateName: pr-che_theia-1166- projects: -- name: pr-1166 + - name: pr-1166 source: -type: git -location: 'https://github.com/eclipse-che/che-theia.git' -branch: 'che-19837' + type: git + location: 'https://github.com/eclipse-che/che-theia.git' + branch: 'che-19837' components: - reference: https://raw.githubusercontent.com/chepullreq4/pr-check-files/master/che-theia/pr-1166/simple/che-theia-editor.yaml -type: cheEditor + type: cheEditor From 22202e069c2e5ef20a8ee22617f94d0bb2193b81 Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Mon, 12 Jul 2021 19:53:32 +0300 Subject: [PATCH 2/3] remove empty line at the start --- che-theia/pr-1166/simple/che-theia-simple-devfile.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml b/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml index 98dce98e..852e56bf 100644 --- a/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml +++ b/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml @@ -1,4 +1,3 @@ - apiVersion: 1.0.0 metadata: generateName: pr-che_theia-1166- From 5345e13a8c858cbf2932fbc8209986ca5a2e8ac9 Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Mon, 12 Jul 2021 20:48:39 +0300 Subject: [PATCH 3/3] fix source indentations --- che-theia/pr-1166/simple/che-theia-simple-devfile.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml b/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml index 852e56bf..074c4d44 100644 --- a/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml +++ b/che-theia/pr-1166/simple/che-theia-simple-devfile.yaml @@ -3,10 +3,10 @@ metadata: generateName: pr-che_theia-1166- projects: - name: pr-1166 -source: - type: git - location: 'https://github.com/eclipse-che/che-theia.git' - branch: 'che-19837' + source: + type: git + location: 'https://github.com/eclipse-che/che-theia.git' + branch: 'che-19837' components: - reference: https://raw.githubusercontent.com/chepullreq4/pr-check-files/master/che-theia/pr-1166/simple/che-theia-editor.yaml type: cheEditor