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

remove submodule update lines from yml

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