Skip to content

Instantly share code, notes, and snippets.

View hjumeau's full-sized avatar

Harry JUMEAU hjumeau

  • Paris
View GitHub Profile
#!/usr/bin/env bash
shopt -s nocasematch
set -e
set -o pipefail
FIX_PATTERN="*FIX*"
MASTER_BRANCH="master"
B2C_REPOSITORY="ClubMediterranee/cm-b2c"