Merge pull request #9 from RightBrain-Networks/bugfix/self-version-tag

change the self versioning default
This commit is contained in:
Derek DeJonghe 2019-11-25 11:59:33 -05:00 committed by GitHub
commit 4f46b9abe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
//Image tag to use for self-versioning
SELF_SEMVER_TAG = "bugfix.pipeline"
SELF_SEMVER_TAG = "develop"
}
stages {