From bc00ab2a6ee5b1809b9ccaf98aee9e4b52babc9e Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 4 Jun 2021 16:43:19 +0200 Subject: [PATCH] WIP: pipeline --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b907dd..87a024b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. -variables: - - DEFAULT_BRANCH = dev - stages: - setup -- GitLab