From 5f152af53a7143418fd149dc5bb554d79fd75897 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Thu, 21 Oct 2021 09:17:29 -0500 Subject: [PATCH] print stuff --- .gitlab/.gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 0c3f01f52..a312706dd 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -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