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-17 16:04:13 +00:00
parent 89779aba21
commit 052af870cb

View File

@ -3,6 +3,7 @@ stages:
- build_package
- install_package
- check_package
- build_repo
- deploy_package
check_pkgbuild:
@ -24,6 +25,15 @@ build_package:
- "*.log"
- "*.pkg.tar.xz"
build_repo:
state: build_repo
script:
- mkdir -p local-repo
- repo-add local-repo/higherlearning.db.tar.xz
cache:
paths:
- local-repo/
check_package:
image: ${CI_REGISTRY}/personal/homelab/docker/arch-pkg-build:latest
stage: check_package