Skip to content
#

makefile

Here are 2,749 public repositories matching this topic...

ProfessorManhattan
ProfessorManhattan commented Jul 24, 2021

I'm trying to create a wrapper for Task in Node.js. I'd like to report the time each task takes. However, the task variables show up as:

task: dynamic variable: 'if [ -f meta/main.yml ]; then yq e '.galaxy_info.role_name' meta/main.yml; else jq -r '.name' package.json | sed 's/.*\///'; fi' result: 'androidstudio'

They SHOULD show up as:

task: dynamic variable:  [common:update-a
bake
rednafi
rednafi commented Nov 17, 2019

Currently, if I run bake command when the Bakefile is empty, the error message seems very scary:

Traceback (most recent call last):
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
    sys.exit(entrypoint())
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
good first issue

Improve this page

Add a description, image, and links to the makefile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the makefile topic, visit your repo's landing page and select "manage topics."

Learn more