Skip to content

Commit

Permalink
feature: temporary disable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sostrovskyi committed Sep 27, 2022
1 parent dc91db4 commit b3c7b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile.gosh-prepare-rc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pipeline {
}
}
}
stage('Deploy: deploy smart-contracts') {
/*stage('Deploy: deploy smart-contracts') {
steps {
script {
dir('contracts/gosh') {
Expand Down Expand Up @@ -156,7 +156,7 @@ pipeline {
archiveArtifacts artifacts: "monitoring/gosh-mon/test-errors/*.png"
}
}
}
}*/
stage('Prerelease: Git Helper - bin') {
steps {
script {
Expand Down

0 comments on commit b3c7b98

Please sign in to comment.