Skip to content

Commit

Permalink
remove environment tag
Browse files Browse the repository at this point in the history
  • Loading branch information
darey-io committed Nov 25, 2020
1 parent f57ccaf commit c9468e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pipeline {
VERSION = shortCommitHash
// set the build display name
currentBuild.displayName = "#${BUILD_ID}-${VERSION}"
IMAGE = "$PROJECT-$ENVIRONMENT:$VERSION"
IMAGE = "$PROJECT:$VERSION"
}
}
}
Expand Down

0 comments on commit c9468e4

Please sign in to comment.