Skip to content

Commit

Permalink
optional info
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmonteiro committed Jul 1, 2024
1 parent 32220f5 commit bfd8f58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ def run_with_params(params, mode="cli"):
importTask.owner = params['user']
importTask.state = InitState()


util.msg( "Template Params", params["verbose"] )
util.msg( "Template: {}".format(params["templateRepo"]), params["verbose"] )
util.msg( "TAG: {}".format(params["tag"]), params["verbose"] )

importTask.addMeta("PROJECT_ID", project.id)
importTask.addMeta("PROJECT_REV", project.rev)
importTask.addMeta("GIT_ACTION", "reset/pull")
Expand Down

0 comments on commit bfd8f58

Please sign in to comment.