mirror of
https://github.com/rqlite/rqlite.git
synced 2026-01-25 12:26:20 +00:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd cmd/rqlited
|
|
rm -f rqlited
|
|
go build .
|
|
cp rqlited $CIRCLE_ARTIFACTS
|