mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
Adding fbsql binary to featurebase tarball (#2358)
This commit is contained in:
parent
c8199d765e
commit
0201649848
1 changed files with 3 additions and 0 deletions
|
|
@ -733,6 +733,7 @@ s3 dump tag:
|
|||
echo "Directory ${dir}"
|
||||
mkdir $dir
|
||||
mv featurebase_${goos}_${goarch} ${dir}/featurebase
|
||||
mv ./build/fbsql_${goos}_${goarch} ${dir}/fbsql
|
||||
cp NOTICE install/featurebase.conf install/featurebase.*.service ${dir}/
|
||||
tar cvzf ${dir}.tar.gz ${dir}
|
||||
aws s3 cp ${dir} s3://${LOCATION}/${CI_COMMIT_TAG}/${dir}/ --recursive
|
||||
|
|
@ -742,3 +743,5 @@ s3 dump tag:
|
|||
|
||||
needs:
|
||||
- job: build featurebase
|
||||
- job: build fbsql amd64
|
||||
- job: build fbsql arm64
|
||||
Loading…
Add table
Reference in a new issue