-
Sub-task
-
Resolution: Done
-
Major
-
1.0.1.GA
-
None
For syncing che-operator with the CRW operator repo, I've got a job-in-progress now:
However it fails with this error:
+ git push origin master
ERROR: Permission to eclipse/che-operator.git denied to devstudio-release.
fatal: Could not read from remote repository.
Right now it assumes that pkgs.devel is the source repo and the che-operator GH repo is the target into which to copy changes.
OPTIONS:
1. We could reverse that if we want so that we push changes in GH to pkgs.devel (the reverse of the flow in CRW-87 for the two CRW repos related to building the server tarball/container), or
2. we can grant permission to the CRW release bot (nickboldt+devstudio-release@gmail.com) to push changes to the eclipse/che-operator repo.
Note also that I've renamed the alpine-based Dockerfile in che-operator to Dockerfile.alpine so that the main Dockerfile can be RHEL7 based.