Skip to content

Commit

Permalink
remove forced env TAG NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Aug 21, 2023
1 parent 79763af commit a7e7d04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vars/buildDockerAndPublishImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ def call(String imageShortName, Map userConfig=[:]) {
// Merging the 2 maps - https://blog.mrhaki.com/2010/04/groovy-goodness-adding-maps-to-map_21.html
final Map finalConfig = defaultConfig << userConfig

// DEBUG ONLY FOR PUSH
env.TAG_NAME = "0.0.2"

// Retrieve Library's Static File Resources
final String makefileContent = libraryResource 'io/jenkins/infra/docker/Makefile'
final boolean semVerEnabledOnPrimaryBranch = finalConfig.automaticSemanticVersioning && env.BRANCH_IS_PRIMARY
Expand Down

0 comments on commit a7e7d04

Please sign in to comment.