Skip to content

Commit

Permalink
Merge pull request #8 from mscherer/fix_last_commit
Browse files Browse the repository at this point in the history
Invert the order
  • Loading branch information
siddharthvipul authored Apr 2, 2020
2 parents 234fe86 + ee642ba commit 836d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/fedoraInfraTox.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!groovy

def call(Closure body, ArrayList distros = ["f30", "f31", "f32", "latest"]) {
def call(ArrayList distros = ["f30", "f31", "f32", "latest"], Closure body) {
def stages = [:]
def fedora_containers = [
containerTemplate(name: 'jnlp',
Expand Down

0 comments on commit 836d64c

Please sign in to comment.