Skip to content

Commit

Permalink
angularspree merge[git submodule] (#397)
Browse files Browse the repository at this point in the history
### Why?
AngularSpree is now a part of Aviacommerce project, we need to keep both(front-end, backend) the repos in one single repo.

This will result in better experience while setting up this project locally.

### This change addresses the need by?
Adding a submodule for AngularSpree repo in the avia repo.

We'll update angularspree remote every 15 days.
Primary development will happen in this repository.
  • Loading branch information
ashish173 committed Jan 1, 2019
1 parent c7867ce commit e39718a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "front-end"]
path = front-end
url = [email protected]:aviabird/angularspree.git
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: elixir
otp_release:
- 20.2
before_install:
# Use sed to replace the SSH URL with the public URL, then initialize submodules
- sed -i 's/[email protected]:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
Expand Down Expand Up @@ -40,5 +43,9 @@ env:
notifications:
email:
recipients:
- ananya95+travis@gmail.com
- developers@aviabird.com

# Handle git submodules yourself
git:
submodules: false

1 change: 1 addition & 0 deletions front-end
Submodule front-end added at a7e608

0 comments on commit e39718a

Please sign in to comment.