From 7d58d4d8c4e5d5d37e6e7481ec18bae739245b2c Mon Sep 17 00:00:00 2001 From: Josef Kopriva Date: Tue, 14 Nov 2023 07:40:04 +0100 Subject: [PATCH] SANDBOX-446 Linking GitHub-Jira Signed-off-by: Josef Kopriva --- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 511fd628..8fc6573b 100644 --- a/README.adoc +++ b/README.adoc @@ -18,4 +18,7 @@ make generate ``` IMPORTANT: the codeready-toolchain repositories should be checked out under your GOPATH in order for the generation to generate files in the correct directories. eg. For this repository: `$GOPATH/src/github.com/codeready-toolchain/api` -NOTE: the `make generate` will generate the CRD files in the local `deploy/crds` directory and then dispatch the `.yaml` files in the `host-operator` and `member-operator` repositories, assuming they have been checked out and that *they are in a clean state*, meaning that they have no pending changes, besides previous versions of the CRD files. \ No newline at end of file +NOTE: the `make generate` will generate the CRD files in the local `deploy/crds` directory and then dispatch the `.yaml` files in the `host-operator` and `member-operator` repositories, assuming they have been checked out and that *they are in a clean state*, meaning that they have no pending changes, besides previous versions of the CRD files. + + +Just testing GitHub-Jira linking with prow job \ No newline at end of file