1
0
mirror of https://gitlab.com/ykkzde/posy-cursors synced 2024-10-27 20:44:10 +00:00

Debugging

This commit is contained in:
Dmitry Porunov 2019-11-01 03:59:24 +04:00
parent 06046d478d
commit f7dd5cf6d3

View File

@ -5,5 +5,17 @@
# - export a build artifact from the new job
# - manually upload artifact to GitHub in the 'github-release' job
script:
stages:
- package
# AUR packages release
package-aur:
image: archlinux/base
stage: package
# needs:
# - release-github
dependencies: []
before_script: []
script:
- echo "$AUR_SSH_PRIVATE"
- echo "$TEST"