Commit 29d4e7f 1 parent ea661ef commit 29d4e7f Copy full SHA for 29d4e7f
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ test: bootstrap
64
64
go get -u github.com/cockroachdb/htmltest
65
65
htmltest
66
66
67
- bootstrap : Gemfile.lock
67
+ vendor :
68
68
gem install bundler
69
+
70
+ bootstrap : Gemfile Gemfile.lock vendor
69
71
bundle install
70
72
touch $@
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ run() {
12
12
13
13
# Tell the Makefile we've already installed dependencies.
14
14
touch " $root /../bootstrap"
15
+ touch " $root /../vendor"
15
16
16
17
run make standard-build managed-build
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ baseurl=$BUILD_VCS_NUMBER
12
12
13
13
# Tell the Makefile we've already installed dependencies.
14
14
touch bootstrap
15
+ touch vendor
15
16
16
17
# Step 1. Build the standard docs.
17
18
cat > _config_prod.yml << EOF
@@ -39,7 +40,7 @@ COMMENT_BODY=$(
39
40
git diff --name-status $( git merge-base HEAD origin/master) | \
40
41
awk -v " base_url=http://cockroach-docs-review.s3-website-us-east-1.amazonaws.com/$BUILD_VCS_NUMBER /" '
41
42
BEGIN {
42
- print "Online preview: " base_url
43
+ print "Online preview: " base_url
43
44
}
44
45
45
46
/^[AM]\s+[^_].*\.(md|html)/ {
You can’t perform that action at this time.
0 commit comments