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.toml
ezshare.test.toml ezshare.test.toml
dist/ dist/
gitea_token

View File

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

View File

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