Skip to content

Commit 8b8c431

Browse files
authored
Merge pull request #85 from znz/add-ja-master
Add ja/2.7.0 and ja/master
2 parents 7590881 + 24d75de commit 8b8c431

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

system/bc-static-all

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ VERSIONS = %w[
44
2.4.0
55
2.5.0
66
2.6.0
7+
2.7.0
78
]
89

910
RUBY = "ruby"
@@ -43,7 +44,8 @@ VERSIONS.reverse_each do |version|
4344
end
4445

4546
Dir.chdir(DOC_ROOT) do
46-
system("unlink", "latest")
47-
system("ln", "-s", "-f", VERSIONS.max, "latest")
47+
system("ln", "-s", "-n", "-f", VERSIONS[-2], "latest")
48+
system("ln", "-s", "-n", "-f", VERSIONS[-1], "master")
4849
end
4950
system('./system/fastly-purge-key', '--soft', 'ja/latest')
51+
system('./system/fastly-purge-key', '--soft', 'ja/master')

0 commit comments

Comments
 (0)