Skip to content

Commit

Permalink
Load maven only for linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-spas committed Feb 25, 2019
1 parent 7da26d3 commit 45a678a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci.jsonnet
@@ -1,9 +1,6 @@
{
local basicBuild = {
targets: ['gate'],
packages: {
maven: '==3.6.0',
},
timelimit: '00:59:59',
run: [
['mvn', 'clean'],
Expand All @@ -29,6 +26,9 @@

local linux = {
capabilities+: ['linux', 'amd64'],
packages+: {
maven: '==3.3.9',
},
},

local darwin = {
Expand Down

0 comments on commit 45a678a

Please sign in to comment.