Skip to content

Commit

Permalink
First open gitlab, then wait for user to press return.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan De Deckere committed Jul 2, 2015
1 parent 3bb5e13 commit 53b82d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fork/new-fork-project.sh
Expand Up @@ -27,8 +27,8 @@ git push --set-upstream origin master
git checkout -b staging
git push --set-upstream origin staging
echo -e "You will now be taken to Gitlab. Please set the default branch to 'staging'. Press enter when you're done."
read input_variable
open http://git.sumocoders.be/sumocoders/$project/edit
read input_variable

sed -i -e 's/set :client, ""/set :client, "'$client'"/g' Capfile
sed -i -e 's/set :project, ""/set :project, "'$project'"/g' Capfile
Expand Down

0 comments on commit 53b82d8

Please sign in to comment.