From ea530f0f962501ccf9edda1725ad89904fa50fb1 Mon Sep 17 00:00:00 2001 From: Swann Date: Sat, 3 Oct 2020 00:30:37 +0200 Subject: [PATCH] featL enable tast and build back --- .gitlab/ci/build.gitlab-ci.yml | 4 ---- .gitlab/ci/test.gitlab-ci.yml | 5 ----- 2 files changed, 9 deletions(-) diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index d2ee812..6c1c29b 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -3,10 +3,6 @@ build: image: debian:stable-slim script: - rm -rf tests .git .gitignore script - only: - refs: - - master - - develop artifacts: name: multi_user paths: diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index e58b9f3..ccacbb3 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -3,8 +3,3 @@ test: image: slumber/blender-addon-testing:latest script: - python3 scripts/test_addon.py - - only: - refs: - - master - - develop \ No newline at end of file