Skip to content

Commit 071b392

Browse files
authored
Merge pull request #74 from cloudify-cosmo/disable-pypi-validation
Disable pypi validation
2 parents 697a6f3 + d74a53c commit 071b392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pipeline {
163163
string(name: 'BRANCH', value: "${env.BRANCH}"),
164164
string(name: 'GITHUB_PROJECT_URL', value: "https://github.com/cloudify-cosmo/cloudify-cluster-manager.git"),
165165
string(name: 'BUILD_BRANCH', value: "master"),
166-
booleanParam(name: 'VALIDATE_PACKAGE', value: true)
166+
booleanParam(name: 'VALIDATE_PACKAGE', value: false)
167167
]
168168
}
169169
}

0 commit comments

Comments
 (0)