Skip to content

Commit

Permalink
Create ext directory, it doesn't exist by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Oct 19, 2016
1 parent 5316038 commit e62dcde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/make-package-jenkins.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -e
set -x

# This is needed for CentOS5/6 Jenkins workers to bootstrap the gcc-4.8 toolchain.

Expand Down Expand Up @@ -42,6 +43,7 @@ init_nodejs_vars() {
setup_cached_nodejs () {
# This is the URL where we'll expect to find a suitable cached build of Node.js, if one exists
local NODE_ARCHIVE_URL="https://s3.amazonaws.com/rstudio-shiny-server-os-build/node/${NODE_ARCHIVE_FILENAME}"
mkdir -p ../ext
# The local path where we'll put the cached build, if we can find it
local NODE_ARCHIVE_DEST="../ext/${NODE_ARCHIVE_FILENAME}"

Expand Down

0 comments on commit e62dcde

Please sign in to comment.