diff options
author | Arun Isaac | 2021-06-10 14:35:09 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-10 14:36:50 +0530 |
commit | 8aa71efb28fb07defaf543638b25441df6a3f71b (patch) | |
tree | f21954a4fac0267ced69d1c6c266d7bc05f796f5 | |
parent | 7f64860411c49f12ef96aa7f5066f3d342ec86a4 (diff) | |
download | ccwl-8aa71efb28fb07defaf543638b25441df6a3f71b.tar.gz ccwl-8aa71efb28fb07defaf543638b25441df6a3f71b.tar.lz ccwl-8aa71efb28fb07defaf543638b25441df6a3f71b.zip |
README: Do not use org macros.
Unfortunately, GitHub's org exporter does not support macros.
* README.org (ci-badge): Delete macro.
Replace ci-badge macro invocations with expansions.
-rw-r--r-- | README.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ #+TITLE: Concise Common Workflow Language (ccwl) -#+MACRO: ci-badge [[https://ci.systemreboot.net/jobs/$1][https://ci.systemreboot.net/badge/$1.svg]] -{{{ci-badge(ccwl-with-guile-3.0)}}} {{{ci-badge(ccwl-with-guile-3.0-latest)}}} {{{ci-badge(ccwl-website)}}} +[[https://ci.systemreboot.net/jobs/ccwl-with-guile-3.0][https://ci.systemreboot.net/badge/ccwl-with-guile-3.0.svg]] [[https://ci.systemreboot.net/jobs/ccwl-with-guile-3.0-latest][https://ci.systemreboot.net/badge/ccwl-with-guile-3.0-latest.svg]] [[https://ci.systemreboot.net/jobs/ccwl-website][https://ci.systemreboot.net/badge/ccwl-website.svg]] The Concise Common Workflow Language (ccwl) is a concise syntax to express CWL workflows. It is implemented as an Embedded Domain |