From a01633334c3e4598262615cb398f00e477e58e2c Mon Sep 17 00:00:00 2001 From: Marshall Gaucher <36639405+mdr0id@users.noreply.github.com> Date: Tue, 15 Oct 2019 09:06:01 -0700 Subject: [PATCH] Update .gitlab-ci.yml Update CI to stable state after integration sanity checks --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bc856d..6a3fe80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,8 +38,6 @@ build:build-linux: stage: build script: - make - only: - - development artifacts: paths: - ./server @@ -72,8 +70,6 @@ test:test-unittest: - build:build-linux script: - make test - only: - - development after_script: - bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN @@ -93,8 +89,6 @@ test:test-coverage: - make coverage - make coverage_report - make coverage_html - only: - - development artifacts: paths: - ./coverage.html @@ -114,7 +108,6 @@ test:test-coverage: - echo "Generating v0.0.1" when: manual - # ************************************************************************/ # MONITOR # ************************************************************************/