Skip to content

Commit

Permalink
Add ConfigureAgent target
Browse files Browse the repository at this point in the history
Signed-off-by: Carolyn Van Slyck <[email protected]>
  • Loading branch information
carolynvs committed Jun 24, 2022
1 parent 938ee21 commit 66edb1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ package main
import (
"os"

"get.porter.sh/magefiles/ci"
"get.porter.sh/magefiles/mixins"
"get.porter.sh/magefiles/releases"
"github.com/carolynvs/magex/mgx"
)

const (
Expand All @@ -17,6 +19,11 @@ const (

var magefile = mixins.NewMagefile(mixinPackage, mixinName, mixinBin)

// ConfigureAgent sets up the CI server with mage and GO
func ConfigureAgent() {
mgx.Must(ci.ConfigureAgent())
}

// Build the mixin
func Build() {
magefile.Build()
Expand Down

0 comments on commit 66edb1a

Please sign in to comment.