Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 0201649

Browse files
authored
Adding fbsql binary to featurebase tarball (#2358)
1 parent c8199d7 commit 0201649

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab/.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ s3 dump tag:
733733
echo "Directory ${dir}"
734734
mkdir $dir
735735
mv featurebase_${goos}_${goarch} ${dir}/featurebase
736+
mv ./build/fbsql_${goos}_${goarch} ${dir}/fbsql
736737
cp NOTICE install/featurebase.conf install/featurebase.*.service ${dir}/
737738
tar cvzf ${dir}.tar.gz ${dir}
738739
aws s3 cp ${dir} s3://${LOCATION}/${CI_COMMIT_TAG}/${dir}/ --recursive
@@ -742,3 +743,5 @@ s3 dump tag:
742743
743744
needs:
744745
- job: build featurebase
746+
- job: build fbsql amd64
747+
- job: build fbsql arm64

0 commit comments

Comments
 (0)