Test CI - again

This commit is contained in:
Torjus Håkestad 2022-01-05 01:59:27 +01:00
parent cdf065f17f
commit d5ad6f198e
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@ pipeline:
- cat ezshare/version.go |grep Vers|cut -d "=" -f2 | tr -d " v\""|xargs echo "latest,"|tr -d " " > .tags - cat ezshare/version.go |grep Vers|cut -d "=" -f2 | tr -d " v\""|xargs echo "latest,"|tr -d " " > .tags
- cat .tags - cat .tags
when: when:
event: [tag]
status: [success] status: [success]
branch: refs/tags/* branch: refs/tags/*
tag: v* tag: v*
@ -17,6 +18,8 @@ pipeline:
password: password:
from_secret: registrypass from_secret: registrypass
when: when:
event: [tag]
branch: refs/tags/*
tag: v* tag: v*
depends_on: depends_on:

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.4" const Version = "v0.1.5"