Skip to content

Commit

Permalink
bugfix for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Geapefurit committed Nov 20, 2023
1 parent bd8705a commit a06e863
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 @@ -346,7 +346,7 @@ pipeline {
steps {
sh(returnStdout: true, script: '''
tag=latest
result=$(echo $TARGET_ENV | grep "${testing}")
result=$(echo $TARGET_ENV | grep "testing")
if [[ "$result" != "" ]]
then
tag=$(git tag|grep '[13579]$'|sort -V|tail -n 1| tr -d '\n')
Expand Down

0 comments on commit a06e863

Please sign in to comment.