Skip to content

Instantly share code, notes, and snippets.

@dwdraju
Created August 2, 2017 17:09
Show Gist options
  • Save dwdraju/3658f9234b12cea82ac9c28d379b15db to your computer and use it in GitHub Desktop.
Save dwdraju/3658f9234b12cea82ac9c28d379b15db to your computer and use it in GitHub Desktop.
version: 0.1
phases:
install:
commands:
- git clone https://github.com/younginnovations/UN-Transparency-Portal
pre_build:
commands:
- cd UN-Transparency-Portal && bash install_deps
build:
commands:
- cd UN-Transparency-Portal && generate_sqlite_2
post_build:
commands:
- echo Build completed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment