Skip to content

Commit

Permalink
disable snap
Browse files Browse the repository at this point in the history
  • Loading branch information
sostrovskyi committed Dec 5, 2022
1 parent a72dd59 commit 148fac4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile.gosh-prepare-rc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ pipeline {
}
}
}*/
stage("Prerelease: Git Helper Snap"){
/*stage("Prerelease: Git Helper Snap"){
agent {
node {
label 'jenkins-main'
Expand All @@ -270,7 +270,7 @@ pipeline {
}
}
}
}
}*/
stage('Prerelease: Git Helper - bin') {
agent {
docker {
Expand Down
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile.gosh-release
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
}

stages {
stage("Release: Git Helper Snap"){
/*stage("Release: Git Helper Snap"){
agent {
node {
label 'jenkins-main'
Expand All @@ -23,7 +23,7 @@ pipeline {
}
}
}
}
}*/
stage('Publish: update release') {
agent {
docker {
Expand Down

0 comments on commit 148fac4

Please sign in to comment.