mirror of
https://gitlab.com/ykkzde/posy-cursors
synced 2024-10-27 20:44:10 +00:00
Debugging
This commit is contained in:
parent
06046d478d
commit
f7dd5cf6d3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user