Skip to content

Commit

Permalink
chore: add project-all script
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Aug 27, 2019
1 parent ac5ee20 commit 481ff66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions project-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

git holo project emergence-skeleton \
--fetch \
--ref=origin/releases/v3 \
--commit-to=emergence/skeleton/v3

git holo project emergence-vfs-site \
--fetch \
--ref=origin/releases/v3 \
--commit-to=emergence/vfs-site/v3

0 comments on commit 481ff66

Please sign in to comment.