Skip to content
Extraits de code Groupes Projets
Valider 6ee85bb6 rédigé par MrZYX's avatar MrZYX
Parcourir les fichiers

add a .rvmrc_custom if you want to overide the one in the repo

parent 286f1b87
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -14,6 +14,7 @@ config/deploy_config.yml
.bundle
vendor/bundle/*
config/database.yml
.rvmrc_custom
# Generated files
log/*
......
rvm ree-1.8.7-2011.03
#!/bin/bash
if [ -e '.rvmrc_custom' ]; then
source .rvmrc_custom;
else
rvm --create use ree@diaspora;
fi
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter