Debugging deploy
This commit is contained in:
parent
0d28c287a5
commit
733400737f
1 changed files with 3 additions and 0 deletions
|
|
@ -22,7 +22,10 @@ build:
|
|||
deploy:
|
||||
stage: deploy
|
||||
image: patrickhuber/choco-linux
|
||||
dependencies:
|
||||
- build
|
||||
script:
|
||||
- ls -R ./release-builds/
|
||||
- choco pack --allow-unofficial --outputdirectory "./release-builds/choco" "./release-builds/choco/openflexure-ev.nuspec"
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue