Compare commits
No commits in common. "master" and "fd729eef89454c69727382f303339429d945acfe" have entirely different histories.
master
...
fd729eef89
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,3 @@ dist/*
|
||||
ezshare.toml
|
||||
ezshare.test.toml
|
||||
dist/
|
||||
gitea_token
|
@ -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:
|
||||
|
@ -1,4 +1,4 @@
|
||||
package ezshare
|
||||
|
||||
// TODO: Maybe put this somewhere more sensible
|
||||
const Version = "v0.1.14"
|
||||
const Version = "v0.1.11"
|
||||
|
Loading…
Reference in New Issue
Block a user