Added debugging for ci
This commit is contained in:
parent
cb58f55923
commit
07bc4f3f01
2 changed files with 5 additions and 1 deletions
|
@ -191,6 +191,10 @@ steps:
|
|||
- name: release-latest
|
||||
image: plugins/s3:1
|
||||
pull: true
|
||||
commands:
|
||||
- ls
|
||||
- ls dist/zip
|
||||
- ls dist
|
||||
settings:
|
||||
bucket: vikunja
|
||||
access_key:
|
||||
|
|
2
Makefile
2
Makefile
|
@ -133,7 +133,7 @@ endif
|
|||
.PHONY: release-copy
|
||||
release-copy:
|
||||
$(foreach file,$(wildcard $(DIST)/binaries/$(EXECUTABLE)-*),cp $(file) $(DIST)/release/$(notdir $(file));)
|
||||
mkdir $(DIST)/release/templates
|
||||
mkdir $(DIST)/release/templates -p
|
||||
cp templates/ $(DIST)/templates/ -R
|
||||
|
||||
.PHONY: release-check
|
||||
|
|
Loading…
Reference in a new issue