Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
make sure that curl is available on circleci.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jul 23, 2017
1 parent 3a33371 commit 5d853dc
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 144 deletions.
2 changes: 2 additions & 0 deletions pkg/engine/engine_chef.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"os"
"os/exec"
"path"
"log"
)

type chefMetadata struct {
Expand Down Expand Up @@ -110,6 +111,7 @@ func (g *engineChef) AssembleStep() error {
gitignorePath := path.Join(g.PipelineData.GitLocalPath, ".gitignore")
if !utils.FileExists(gitignorePath) {
if err := utils.GitGenerateGitIgnore(g.PipelineData.GitLocalPath, "ChefCookbook"); err != nil {
log.Print("Generate error")
return err
}
}
Expand Down
Loading

0 comments on commit 5d853dc

Please sign in to comment.