1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Ryan 2019-06-14 17:03:43 +00:00
parent 2a777db694
commit 70e242c525

View File

@ -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"
- PKG.namcap.out