Giter Site home page Giter Site logo

Comments (4)

Haraguroicha avatar Haraguroicha commented on August 22, 2024

This can using git submodule update --init --recursive in first line of CI settings/Scripts, but following another unofficial gitlab-ci-runner were haven't this function

from gitlab-ci-runner-win.

Haraguroicha avatar Haraguroicha commented on August 22, 2024

Another way to explain, --recursive will trigger your repository to fetch submodules (older version of git), but this does not need for all repositories.
In additionally (newly version of git), using git checkout and git clone with --recursive will not effect to fetch submodules, the finally way is using git submodule update --init --recursive after checkout to initialize submodules and update recursively.

from gitlab-ci-runner-win.

darinkes avatar darinkes commented on August 22, 2024

Maybe you are right and doing it in the build command is a better way to go.

from gitlab-ci-runner-win.

virtualmarc avatar virtualmarc commented on August 22, 2024

Since it's not in the official runner and I don't really know how this affects the overall performance/runtime of this runner I also think it would be better as first command in the build script.

from gitlab-ci-runner-win.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.