Fix build
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -36,7 +36,7 @@ pipeline {
|
|||||||
echo "Building ${env.SERVICE} docker image"
|
echo "Building ${env.SERVICE} docker image"
|
||||||
|
|
||||||
// Docker build flags are set via the getDockerBuildFlags() shared library.
|
// Docker build flags are set via the getDockerBuildFlags() shared library.
|
||||||
sh "docker build ${getDockerBuildFlags()} -t ${env.DOCKER_REGISTRY}/${env.SERVICE}:${env.VERSION} ."
|
sh "docker build ${getDockerBuildFlags()} -t rbnops/auto-semver:${env.VERSION} ."
|
||||||
|
|
||||||
|
|
||||||
sh "python setup.py sdist"
|
sh "python setup.py sdist"
|
||||||
|
Reference in New Issue
Block a user