Skip to content

Commit

Permalink
Removed redundant isInternalCI() check for Signing CI stage
Browse files Browse the repository at this point in the history
It's already checked in the parent stage Prepare Release (internal-ci)
  • Loading branch information
SergeyKleyman committed Aug 22, 2022
1 parent 2a6ca4e commit 4a2cd0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@ pipeline {
}
stages {
stage('Signing CI') {
when {
beforeAgent true
expression { isInternalCI() }
}
options { skipDefaultCheckout() }
steps {
deleteDir()
Expand Down

0 comments on commit 4a2cd0c

Please sign in to comment.