print stuff

This commit is contained in:
Samir Patel 2021-10-21 09:17:29 -05:00
parent 7cde102944
commit 5f152af53a

View file

@ -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