From 4a26d7d09ce0775f7ec5367cbfe7a6c054439566 Mon Sep 17 00:00:00 2001
From: Daniel Speicher <daniel.speicher@bitegra-solutions.de>
Date: Tue, 17 Nov 2020 14:44:23 +0100
Subject: [PATCH] Add README.md

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7cd7de6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+## Usage for test and deploy
+
+* You can set the CI/CD variable `COMPOSER_DOWNGRADE` to `1` for using the composer version 1. Default is composer version 2.
+* For authenticating with the Gitlab package repository, you have to set the variable `GITLAB_ACCESS_TOKEN`, which you have to create for the user who runs the pipeline.
\ No newline at end of file
-- 
GitLab