sqm-dashboards/scripts/ship-it.sh

7 lines
102 B
Bash
Executable file

#!/usr/bin/env sh
set -eux
git rev-parse --show-toplevel
bundle exec rake && yarn test && git push