Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natsunlee committed Feb 14, 2024
1 parent d95c9bc commit 1ff9bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ tasks:
```yaml
# <app_root_dir>/jobdefs/cleanup_addon.yaml
include:
- $SYS{APP_ROOT_DIR}/jobdefs/template.yaml
- ./jobdefs/template.yaml

tasks:
cleanup:
Expand All @@ -201,7 +201,7 @@ config:
name: complete-job

include:
- $SYS{APP_ROOT_DIR}/jobdefs/cleanup_addon.yaml
- ./jobdefs/cleanup_addon.yaml

tasks:
do-something:
Expand Down

0 comments on commit 1ff9bff

Please sign in to comment.