Skip to content

Commit

Permalink
Put override of POLYMER_PATH before importing pull-all
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 29, 2013
1 parent 8d59be3 commit 93165de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin/make-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash

# ssh auth, easier to script
POLYMER_PATH="[email protected]:Polymer"

# import functions from pull-all, must be in same folder as make-release
. "`dirname $0`/pull-all.sh"

Expand All @@ -22,9 +26,6 @@ done
## make sure to update polymer/package.json to reflect this value
VERSION=`date "+v0.0.%Y%m%d"`

# ssh auth, easier to script
POLYMER_PATH="[email protected]:Polymer"

tag_repos() {
FAILED=()
for REPO in "${REPOS[@]}"; do
Expand Down

0 comments on commit 93165de

Please sign in to comment.