Skip to content

Commit

Permalink
fix template folder, should be templates/codeready-workspaces-operato…
Browse files Browse the repository at this point in the history
…r instead of templates/codeready-operator

Change-Id: I7f2bb5dd8e1fadfdf66b2002e3ff0cbe4126884d
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Oct 11, 2020
1 parent 0d3ffea commit 96ca05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/scripts/sync-chectl-to-crwctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ if [[ -f ${replaceFile} ]]; then
-e '/"postinstall-helm":/d' \
-e '/"e2e-minikube":/d' \
-e '/"e2e-minishift":/d' \
-e 's#eclipse-codeready-operator#codeready-operator#g'
-e 's#eclipse-codeready-operator#codeready-operator#g' \
-e "s#templates/codeready-operator#templates/codeready-workspaces-operator#g"

echo "[INFO] Convert package.json (jq #1)"
declare -A package_replacements=(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"postinstall-cert-manager": "rimraf templates/cert-manager && cpx 'node_modules/eclipse-che/deploy/cert-manager/**' 'templates/cert-manager'",
"postinstall-devfile-api": "rimraf templates/devfile-api && cpx 'node_modules/eclipse-che-devfile-api/deploy/**' 'templates/devfile-api'",
"postinstall-dev-workspace": "rimraf templates/devworkspace && cpx 'node_modules/eclipse-che-devfile-workspace-operator/deploy/**' 'templates/devworkspace'",
"postinstall-operator": "rimraf templates/codeready-operator && cpx 'node_modules/codeready-operator/deploy/**' 'templates/codeready-operator'",
"postinstall-operator": "rimraf templates/codeready-workspaces-operator && cpx 'node_modules/codeready-operator/deploy/**' 'templates/codeready-workspaces-operator'",
"postinstall-repositories": "yarn upgrade eclipse-che codeready-operator eclipse-che-devfile-api eclipse-che-devfile-workspace-operator",
"postinstall-cleanup": "rimraf node_modules/eclipse-che && rimraf node_modules/codeready-operator",
"test": "jest",
Expand Down

0 comments on commit 96ca05f

Please sign in to comment.