Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f65c4ae4 authored by THONIER Florian's avatar THONIER Florian
Browse files

gitlab-ci; add submodules init step

parent 023f3166
No related branches found
No related tags found
1 merge request!3main.py; fix error of legacy file size that is sometimes 0
Pipeline #1095408 passed with warnings
...@@ -10,6 +10,7 @@ deploy_docker: ...@@ -10,6 +10,7 @@ deploy_docker:
services: services:
- docker:dind - docker:dind
script: script:
- make init_submodules
- export CUR_DATE=`date +%Y-%m-%d` - export CUR_DATE=`date +%Y-%m-%d`
- export SHA=`echo $CI_COMMIT_SHA | awk '{ print substr($0, 0, 8) }'` - export SHA=`echo $CI_COMMIT_SHA | awk '{ print substr($0, 0, 8) }'`
- export TAG="vidjil/metrics:$CUR_DATE-$SHA" - export TAG="vidjil/metrics:$CUR_DATE-$SHA"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment