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.
1 parent 0cdcba1 commit f6b2136Copy full SHA for f6b2136
.ci/Jenkinsfile
@@ -205,7 +205,7 @@ def signUnpublishedArtifactsWithElastic(builtPackagesPath) {
205
}
206
207
def uploadUnpublishedToPackageStorage(builtPackagesPath) {
208
- def dryRun = env.BRANCH_NAME != 'master'
+ def dryRun = env.BRANCH_NAME != '8.6'
209
if (dryRun) {
210
echo "Dry run: endpoint-package won't be published"
211
0 commit comments