build 285 B

1234567
  1. #!/bin/bash
  2. # This is a simple build script and will be executed on your CI system if
  3. # available. Otherwise it will execute while your application is stopped
  4. # before the deploy step. This script gets executed directly, so it
  5. # could be python, php, ruby, etc.
  6. echo "-> Build step"