mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
quick debug changes
This commit is contained in:
parent
29296b6fac
commit
48d1eed6c5
1 changed files with 3 additions and 2 deletions
|
|
@ -7,13 +7,13 @@ variables:
|
|||
GOVERSION: "1.16.13"
|
||||
|
||||
stages:
|
||||
- build
|
||||
- post build
|
||||
- lint
|
||||
- test
|
||||
- build
|
||||
- integration
|
||||
- gauntlet
|
||||
- performance
|
||||
- post build
|
||||
|
||||
smoke build:
|
||||
image: golang:$GOVERSION
|
||||
|
|
@ -510,6 +510,7 @@ s3 dump tag:
|
|||
for goos in "darwin", "linux"; do
|
||||
for goarch in "amd64", "arm64"; do
|
||||
dir=featurebase-${CI_COMMIT_TAG}-${goos}-${goarch}
|
||||
echo "Directory ${dir}"
|
||||
mkdir $dir
|
||||
mv featurebase_${goos}_${goarch} ${dir}/featurebase
|
||||
mv roaring-migrate_${goos}_${goarch} ${dir}/roaring-migrate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue