taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

run.sh (128B)


      1 #!/bin/bash
      2 
      3 # Run compilation and tests in the image
      4 
      5 mydir="$(dirname -- "$0")"
      6 cd $mydir
      7 
      8 exec docker run sandcastle-checker