Compare commits

..

No commits in common. "master" and "fd729eef89454c69727382f303339429d945acfe" have entirely different histories.

3 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,4 +4,3 @@ dist/*
ezshare.toml
ezshare.test.toml
dist/
gitea_token

View File

@ -1,6 +1,6 @@
pipeline:
test:
image: golang:latest
image: golang:alpine
commands:
- go build main.go
- go test -v ./...
@ -12,7 +12,7 @@ pipeline:
image-latest:
image: plugins/docker
settings:
repo: registry.t-juice.club/ezshare
repo: registry.t-juice.club/peckertest
registry: registry.t-juice.club
username: woodpecker
password:
@ -27,7 +27,7 @@ pipeline:
image-tagged:
image: plugins/docker
settings:
repo: registry.t-juice.club/ezshare
repo: registry.t-juice.club/peckertest
registry: registry.t-juice.club
username: woodpecker
password:

View File

@ -1,4 +1,4 @@
package ezshare
// TODO: Maybe put this somewhere more sensible
const Version = "v0.1.14"
const Version = "v0.1.11"