From 70e242c52565a5d9da62dee4672fc517f5e55639 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 14 Jun 2019 17:03:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4fd7db..e6bdbef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ stages: - build_package - install_package - check_package - - trigger check_pkgbuild: image: ${CI_REGISTRY}/personal/homelab/docker/arch-pkg-build:latest @@ -31,13 +30,4 @@ check_package: - namcap *.pkg.tar.xz > PKG.namcap.out artifacts: paths: - - PKG.namcap.out - -trigger:my-arch-repo: - image: andthensome/curl - stage: trigger - script: - - curl -X POST -F token=$ARCH_TOKEN -F ref=master -F "variables[TRIGGERER_PIPELINE_ID]=${CI_PIPELINE_ID}" http://gitlab/api/v4/projects/342/trigger/pipeline - artifacts: - paths: - - "*.pkg.tar.xz" \ No newline at end of file + - PKG.namcap.out \ No newline at end of file