forked from kalabox/kalabox-app-pantheon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating devMode to only pull from version branch not master
- Loading branch information
Showing
3 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ after-success() { | |
git remote add origin [email protected]:$TRAVIS_REPO_SLUG.git | ||
git checkout $TRAVIS_BRANCH | ||
|
||
if [ $TRAVIS_BRANCH == "master" ]; then | ||
if [ -z "$DISCO_TAG" ]; then | ||
# If we are on the master branch then we need to grab the dev | ||
# releases of packages when we build our app deps later on | ||
export KALABOX_DEV=true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters