Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
NdagiStanley committed May 11, 2018
2 parents 821893a + 5e87103 commit aa2dadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added docs/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions vue-cli-interaction.exp
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/expect -f

# To be used primarily in CI (continuous integration)
set timeout 360
set BRANCH_NAME $env(BRANCH_NAME)

spawn vue init NdagiStanley/vue-django#$BRANCH_NAME my-project

expect {
"Project name" { send "\n"; exp_continue }
"Project version" { send "\n"; exp_continue }
Expand Down

0 comments on commit aa2dadc

Please sign in to comment.