Debugging
This commit is contained in:
parent
06046d478d
commit
f7dd5cf6d3
@ -5,5 +5,17 @@
|
|||||||
# - export a build artifact from the new job
|
# - export a build artifact from the new job
|
||||||
# - manually upload artifact to GitHub in the 'github-release' 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"
|
- echo "$TEST"
|
||||||
|
Loading…
Reference in New Issue
Block a user