Unverified Commit f3e1fe1b authored by Dave Machado's avatar Dave Machado
Browse files

Move commands to build script and conditionally create /json directory

parent a3169fd1
...@@ -8,8 +8,5 @@ script: ...@@ -8,8 +8,5 @@ script:
after_script: after_script:
- cd build - cd build
- sh build.sh - sh build.sh
- ls -l ../
- ls -l ../json
- cat -l ../json/api.json
notifications: notifications:
email: false email: false
#!/bin/bash #!/bin/bash
mkdir -p ../json
node md2json.js ../README.md > ../json/api.json node md2json.js ../README.md > ../json/api.json
cat ../json/api.json cat ../json/api.json
ls -l ..
ls -l ../json
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment