From e499467deb0b30efcbec7f71ab96ae80195c7612 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Sun, 15 May 2022 16:48:50 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7884750..28ab8b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - build - - test - release Build: @@ -19,13 +18,6 @@ Build: reports: dotenv: variables.env -Test: - stage: test - variables: - GIT_SUBMODULE_STRATEGY: recursive - script: - - make bootstrap setup-wasi dir build package - Release: stage: release when: manual