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
|
- name: release-latest
|
||||||
image: plugins/s3:1
|
image: plugins/s3:1
|
||||||
pull: true
|
pull: true
|
||||||
|
commands:
|
||||||
|
- ls
|
||||||
|
- ls dist/zip
|
||||||
|
- ls dist
|
||||||
settings:
|
settings:
|
||||||
bucket: vikunja
|
bucket: vikunja
|
||||||
access_key:
|
access_key:
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -133,7 +133,7 @@ endif
|
||||||
.PHONY: release-copy
|
.PHONY: release-copy
|
||||||
release-copy:
|
release-copy:
|
||||||
$(foreach file,$(wildcard $(DIST)/binaries/$(EXECUTABLE)-*),cp $(file) $(DIST)/release/$(notdir $(file));)
|
$(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
|
cp templates/ $(DIST)/templates/ -R
|
||||||
|
|
||||||
.PHONY: release-check
|
.PHONY: release-check
|
||||||
|
|
Loading…
Reference in a new issue