Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

remove git module circle ci

checkout:
    post:
        - git submodule sync
        - git submodule update --init --recursive || (rm -fr .git/config .git/modules && git submodule deinit -f . && git submodule update --init --recursive)
Source by discuss.circleci.com #
 
PREVIOUS NEXT
Tagged: #remove #git #module #circle #ci
ADD COMMENT
Topic
Name
6+9 =