Skip to content

Instantly share code, notes, and snippets.

@IgorDePaula
Created December 27, 2019 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IgorDePaula/1a7e620c12c0bc0d726e501247a3ffe0 to your computer and use it in GitHub Desktop.
Save IgorDePaula/1a7e620c12c0bc0d726e501247a3ffe0 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ `git rev-parse --abbrev-ref HEAD` == "master" ]; then
sh build-frontend.sh
elif [ `git rev-parse --abbrev-ref HEAD` == "homologacao" ]; then
sh makeFrontend.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment