Skip to content

Instantly share code, notes, and snippets.

@simbas
Created January 10, 2019 13:37
Show Gist options
  • Save simbas/aeea4c402456b7540b8473186febabcc to your computer and use it in GitHub Desktop.
Save simbas/aeea4c402456b7540b8473186febabcc to your computer and use it in GitHub Desktop.
build any branch of entcore for recette
sed -e "s|version=.*|version=$(cat ../recette/gradle.properties | grep entCoreVersion | cut -d "=" -f 2)|g" -i gradle.properties \
&& ./build.sh install \
&& git checkout -- gradle.properties \
&& git checkout -- infra/src/main/resources/public/js/pixi.min.js \
&& rm -fr ../recette/mods/org.entcore\~* \
&& docker restart recette_vertx_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment