Skip to content

Commit

Permalink
Merge pull request #93 from redhat-developer/fixsyncscript
Browse files Browse the repository at this point in the history
Fix sync script
  • Loading branch information
tolusha authored Feb 21, 2022
2 parents d4a6f75 + 02dca5d commit 16c1b8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ pushd "${TARGETDIR}" >/dev/null
sed -r \
`# replace line after specified one with new default` \
-e "s|Kubernetes namespace|Openshift Project|g" \
-e "s|env: 'CHE_DEPLOY_VERSION'|env: 'CHE_DEPLOY_VERSION',\n hidden: true|g" \
-e "/description: .+ deployment name.+/{n;s/.+/ default: 'codeready',/}" \
-i "${TARGETDIR}/${d}"
popd >/dev/null
Expand Down

0 comments on commit 16c1b8a

Please sign in to comment.