Skip to content

Commit

Permalink
Merge pull request #1151 from cyberark/izgeri-patch-1
Browse files Browse the repository at this point in the history
Add production env to Summon publish step
  • Loading branch information
Geri Jennings authored Feb 24, 2020
2 parents 860a705 + 1fdc09e commit b9bf4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pipeline {
}

steps {
sh 'summon ./bin/publish'
sh 'summon -e production ./bin/publish'
}
}

Expand Down Expand Up @@ -178,4 +178,4 @@ pipeline {
cleanupAndNotify(currentBuild.currentResult)
}
}
}
}

0 comments on commit b9bf4e4

Please sign in to comment.