From a100a0f146993be7826c0ee285b4db5b371b5f25 Mon Sep 17 00:00:00 2001 From: Marcus Cimander Date: Wed, 24 Mar 2021 11:03:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml and removed branchname for testing purposes --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6f9743..153bc4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,7 +90,6 @@ staging: url: https://unzer-sw5.kellerkinder.io only: - master - - feature/HEIDELPAYSUPPORT-83 before_script: # Run ssh-agent (inside the build environment) - eval $(ssh-agent -s) @@ -118,4 +117,4 @@ package: - package-plugin artifacts: paths: - - ${CI_PROJECT_NAME}.zip \ No newline at end of file + - ${CI_PROJECT_NAME}.zip