Skip to content

Commit

Permalink
Update build scripts for LTS [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Godhuda committed Apr 11, 2016
1 parent 8c654ec commit 618de4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/bower_ember_build
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ case $TRAVIS_BRANCH in
CHANNEL="beta" ;;
"release" )
CHANNEL="release" ;;
"lts-2-4" )
CHANNEL="lts-2-4" ;;
"release-1-13" )
CHANNEL="release-1-13" ;;
CHANNEL="release-1-13" ;;
"metal-views" )
CHANNEL="metal-views" ;;
"idempotent-rerender" )
Expand Down
1 change: 1 addition & 0 deletions bin/publish_to_s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ publisher.currentBranch = function() {
master: 'canary',
beta: 'beta',
release: 'release',
'lts-2-4': 'lts-2-4',
'release-1-13': 'release-1-13'
}[this.CURRENT_BRANCH] || process.env.BUILD_TYPE;
};
Expand Down

0 comments on commit 618de4f

Please sign in to comment.