From 3eb46bb79e6d64a2dd020edd1f39983b16f4183c Mon Sep 17 00:00:00 2001 From: Andreas Thaler Date: Tue, 19 Dec 2023 09:57:24 +0100 Subject: [PATCH] docu fix --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa1a2df9..be47ae8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,10 +84,6 @@ All examples are deployable in the cloud. Follow these rules to achieve this and A CI/CD configuration file accompanies each example to ensure its validity as part of the automation pipeline. -### Acceptance tests - -For details on acceptance tests for examples, see the [`acceptance-tests`](tests/README.md) document. - ### Releases Each example is independently releasable by creating a `tag` in the repository with the `{example-name}/{version}` format. This triggers a release for the given example from its CI/CD configuration. Push released example Docker images to the `example` folder in the Kyma repository, under `eu.gcr.io/kyma-project/example`.