Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 21, 2021
1 parent 3b84427 commit 91a1579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/anago/anago.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package anago

import (
"fmt"
"os"

"github.com/blang/semver"
"github.com/pkg/errors"
Expand Down Expand Up @@ -230,6 +231,8 @@ func (s *Stage) Run() error {
logger := log.NewStepLogger(9)
logger.Infof("Using krel version:\n%s", version.Get().String())

logger.Infof("Using CUSTOM ORG/REPO/BRANCH:\n%s/%s/%s", os.Getenv("TOOL_ORG"), os.Getenv("TOOL_REPO"), os.Getenv("TOOL_REF"))

logger.WithStep().Info("Validating options")
if err := s.client.ValidateOptions(); err != nil {
return errors.Wrap(err, "validate options")
Expand Down

0 comments on commit 91a1579

Please sign in to comment.