From 271fceac1ed7245fbbd2b41cb595080f0e0afb93 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 6 Mar 2023 16:05:25 -0300 Subject: Remove bootstrap script from CI --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b4c4c0..56c01a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,6 @@ stages: - test - deploy -before_script: - - ./bootstrap - include: - local: 'cashier/.gitlab-ci.yml' - local: 'merchant-lib/.gitlab-ci.yml' -- cgit v1.2.3