From 01bb9060cc2e19b47edea72bb12098e622cf67a2 Mon Sep 17 00:00:00 2001 From: Marshall Gaucher <36639405+mdr0id@users.noreply.github.com> Date: Mon, 14 Oct 2019 19:38:48 -0700 Subject: [PATCH] Update .gitlab-ci.yml Revert change made to sanity check CI triggers for external pipeline --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a37dba7..a9cb571 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,8 +38,6 @@ build:build-linux: stage: build script: - make - only: - - external_pull_requests artifacts: paths: - ./server @@ -72,8 +70,6 @@ test:test-unittest: - build:build-linux script: - make test - only: - - external_pull_requests 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: - - external_pull_requests artifacts: paths: - ./coverage.html