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