Skip to content

Commit

Permalink
Try to build dev bundle again
Browse files Browse the repository at this point in the history
This time with actual Node 0.10.40, not some random commit because
Jenkins is running old versions of git where `git clone -b garbage`
isn't an error!
  • Loading branch information
glasser committed Jul 17, 2015
1 parent 58397f5 commit dfa394e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ S3_HOST="s3.amazonaws.com/com.meteor.jenkins"
# Update these values after building the dev-bundle-node Jenkins project.
# Also make sure to update NODE_VERSION in generate-dev-bundle.ps1.
NODE_VERSION=0.10.40
NODE_BUILD_NUMBER=17
NODE_BUILD_NUMBER=18
NODE_TGZ="node_${PLATFORM}_v${NODE_VERSION}.tar.gz"
if [ -f "${CHECKOUT_DIR}/${NODE_TGZ}" ] ; then
tar zxf "${CHECKOUT_DIR}/${NODE_TGZ}"
Expand Down

0 comments on commit dfa394e

Please sign in to comment.