Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1865 from Artemkaaas/cd-wrappers
Browse files Browse the repository at this point in the history
CD Pipeline - test wrappers on ubuntu 18
  • Loading branch information
jovfer authored Aug 29, 2019
2 parents dcdf219 + 22756cd commit 02ec49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def windowsTesting() {
}

def runAllTests(env_name) {
if (env_name == Ubuntu16) {
if (env_name == Ubuntu18) {
return true
}
return (env.BRANCH_NAME == 'rc')
Expand Down

0 comments on commit 02ec49a

Please sign in to comment.