mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
print stuff
This commit is contained in:
parent
7cde102944
commit
5f152af53a
1 changed files with 5 additions and 0 deletions
|
|
@ -137,7 +137,12 @@ build container fb:
|
|||
before_script:
|
||||
- docker info
|
||||
script:
|
||||
- pwd
|
||||
- mv featurebase_linux_amd64 .gitlab/
|
||||
- echo LIST ROOT DIR
|
||||
- ls .
|
||||
- echo LIST .gitlab
|
||||
- ls .gitlab/
|
||||
- tag=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
|
||||
- docker build --build-arg GO_VERSION=$GOVERSION -t $tag -f .gitlab/Dockerfile .
|
||||
- docker push $tag
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue