We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796122d commit 7c3a61fCopy full SHA for 7c3a61f
.circleci/config.yml
@@ -46,11 +46,11 @@ aliases:
46
47
- &restore-cache-buck
48
keys:
49
- - v2-buck-{{ arch }}-v2017.11.16.01
+ - v2-buck-{{ arch }}-v2017.09.04.02
50
- &save-cache-buck
51
paths:
52
- ~/buck
53
- key: v2-buck-{{ arch }}-v2017.11.16.01
+ key: v2-buck-{{ arch }}-v2017.09.04.02
54
55
- &restore-cache-watchman
56
@@ -67,7 +67,7 @@ aliases:
67
- &install-buck
68
|
69
if [[ ! -e ~/buck ]]; then
70
- git clone https://github.com/facebook/buck.git ~/buck --branch v2017.11.16.01 --depth=1
+ git clone https://github.com/facebook/buck.git ~/buck --branch v2017.09.04.02 --depth=1
71
fi
72
cd ~/buck && ant
73
buck --version
0 commit comments