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

Add submodule update to CI

parent 8b145bb5
Branches
No related tags found
No related merge requests found
Pipeline #245 passed
...@@ -69,6 +69,7 @@ deploy_production: ...@@ -69,6 +69,7 @@ deploy_production:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- cd /enote/src/dtu-enote - cd /enote/src/dtu-enote
- ../../gen/docker-stop.sh - ../../gen/docker-stop.sh
- git submodule update --init --recursive
- git pull - git pull
- bundle exec rake deploy:all - bundle exec rake deploy:all
- docker images | grep ${CI_PROJECT_PATH} - docker images | grep ${CI_PROJECT_PATH}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment