Skip to content
Snippets Groups Projects
Verified Commit 9ac22ad3 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

stash potential changes in submodule

parent 0dbbf4b7
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ build:courses: ...@@ -62,6 +62,7 @@ build:courses:
- if: $CI_COMMIT_BRANCH == "develop" - if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == "master" - if: $CI_COMMIT_BRANCH == "master"
before_script: before_script:
- git submodule foreach 'git stash'
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:
- bash .ci/deploy.sh - bash .ci/deploy.sh
......
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