Skip to content
Snippets Groups Projects
Commit 12cd2e85 authored by iaibrys's avatar iaibrys
Browse files

fix ci file

parent 46fc5213
No related branches found
No related tags found
No related merge requests found
Pipeline #150 failed
......@@ -23,9 +23,9 @@ build:
- echo "Building the app"
- env | sort
- git branch
- git log --oneline $CI_COMMIT_SHORT_SHA ^master | wc -l
- ./scripts/gen-build-info.sh > config/build_info.yml
- cat config/build_info.yml
- echo git log --oneline $CI_COMMIT_SHORT_SHA ^master | wc -l
- echo ./scripts/gen-build-info.sh > config/build_info.yml
- echo cat config/build_info.yml
- echo docker build --tag $CONTAINER_TEST_IMAGE .
- docker build --tag $CONTAINER_TEST_IMAGE .
- docker push $CONTAINER_TEST_IMAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment