File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 5656 curl -sSf https://atlasgo.sh | sh
5757 atlas version
5858
59- - name : Build statesman binary
59+ - name : Download Atlas binary for embedding
60+ working-directory : taco
61+ run : |
62+ make atlas-download-binary
63+
64+ - name : Build statesman binary (with embedded Atlas)
6065 working-directory : taco
6166 run : |
6267 go build -o statesman ./cmd/statesman
@@ -138,7 +143,12 @@ jobs:
138143 curl -sSf https://atlasgo.sh | sh
139144 atlas version
140145
141- - name : Build statesman binary
146+ - name : Download Atlas binary for embedding
147+ working-directory : taco
148+ run : |
149+ make atlas-download-binary
150+
151+ - name : Build statesman binary (with embedded Atlas)
142152 working-directory : taco
143153 run : |
144154 go build -o statesman ./cmd/statesman
@@ -203,7 +213,12 @@ jobs:
203213 curl -sSf https://atlasgo.sh | sh
204214 atlas version
205215
206- - name : Build statesman binary
216+ - name : Download Atlas binary for embedding
217+ working-directory : taco
218+ run : |
219+ make atlas-download-binary
220+
221+ - name : Build statesman binary (with embedded Atlas)
207222 working-directory : taco
208223 run : |
209224 go build -o statesman ./cmd/statesman
You can’t perform that action at this time.
0 commit comments