Compare commits

...

3 Commits

Author SHA1 Message Date
adc4f5ef5d Change image for testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-13 18:49:53 +01:00
1c4baab3af Fix gitignore
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-01-13 18:46:46 +01:00
affbdfa1e4 Fix pipeline
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-01-13 18:44:33 +01:00
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
pipeline:
test:
image: golang:alpine
image: golang:latest
commands:
- go build main.go
- go test -v ./...
@ -12,7 +12,7 @@ pipeline:
image-latest:
image: plugins/docker
settings:
repo: registry.t-juice.club/peckertest
repo: registry.t-juice.club/ezshare
registry: registry.t-juice.club
username: woodpecker
password:
@ -27,7 +27,7 @@ pipeline:
image-tagged:
image: plugins/docker
settings:
repo: registry.t-juice.club/peckertest
repo: registry.t-juice.club/ezshare
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.11"
const Version = "v0.1.14"