We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07cfe81 + eeb0f7a commit 862af4aCopy full SHA for 862af4a
1 file changed
Jenkinsfile
@@ -149,7 +149,10 @@ pipeline {
149
steps {
150
release {
151
// Clean up all but the calculated VERSION
152
- sh 'docker run -i --rm -v $PWD:/src -w /src alpine/git clean -fxd -e VERSION'
+ sh '''docker run -i --rm -v $PWD:/src -w /src alpine/git clean -fxd \
153
+ -e VERSION \
154
+ -e bom-assets/ \
155
+ -e release-assets/ '''
156
sh './publish.sh'
157
}
158
0 commit comments