dwdraju
8/2/2017 - 5:09 PM

buildspec.yml

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