Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
WIP introduce makefile.yaml syntax - add RKD_PATH to the example
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 7, 2020
1 parent c3ea2b5 commit 471f05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rkd/makefile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ tasks:
:examples:bash-test:
description: Execute an example command in bash - show only python related tasks
steps: |
echo "DEPTH: ${RKD_DEPTH}"
echo "RKD_DEPTH: ${RKD_DEPTH} # >= 2 means we are running rkd-in-rkd"
echo "RKD_PATH: ${RKD_PATH}"
rkd --silent :tasks | grep ":py"
:examples:arguments-test:
Expand Down

0 comments on commit 471f05f

Please sign in to comment.