Skip to content

Commit

Permalink
Force uri.js to install
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Jan 14, 2016
1 parent d288e40 commit 56905a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/install-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ pushd ${OS_ROOT}/assets > /dev/null
cmd "npm install --unsafe-perm"
cmd "node_modules/protractor/bin/webdriver-manager update"

# tmp workaround for https://github.com/openshift/origin/issues/6651
# remove once we have a clean base_ami in place
cmd "rm -fr bower_components/uri.js"

# In case upstream components change things without incrementing versions
cmd "bower cache clean --allow-root"
cmd "bower update --allow-root" 3
Expand Down

0 comments on commit 56905a2

Please sign in to comment.