ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

Track upstream role updates #169

Closed mvdbeek closed 8 years ago

mvdbeek commented 8 years ago

Done with:

git checkout -b update_submodules
git submodule update --remote
git add roles/galaxyprojectdotorg.galaxy*
git commit -m "Track upstream role updates"
git push origin update_submodules

@drosofff

drosofff commented 8 years ago

👍 Thanks