webapp/deploy.sh

9 lines
168 B
Bash
Raw Normal View History

2024-07-01 13:54:01 +00:00
if [
"$(git rev-parse --abbrev-ref HEAD)" = "router-upgrade"
] || [
"$(git rev-parse --abbrev-ref HEAD)" = "feature/rating"
];
then exit 1;
else exit 0;
fi