Skip to content

get-git-repo

Automatically generated README for this automation recipe: get-git-repo

Category: DevOps automation

License: Apache 2.0

  • Notes from the authors, contributors and users: README-extra

  • CM meta description for this script: _cm.json

  • Output cached? True

Reuse this script in your project

Install MLCommons CM automation meta-framework

Pull CM repository with this automation recipe (CM script)

cm pull repo mlcommons@cm4mlops

cmr "get git repo repository clone" --help

Run this script

Run this script via CLI
cm run script --tags=get,git,repo,repository,clone[,variations] [--input_flags]
Run this script via CLI (alternative)
cmr "get git repo repository clone [variations]" [--input_flags]
Run this script from Python
import cmind

r = cmind.access({'action':'run'
              'automation':'script',
              'tags':'get,git,repo,repository,clone'
              'out':'con',
              ...
              (other input keys for this script)
              ...
             })

if r['return']>0:
    print (r['error'])
Run this script via Docker (beta)
cm docker script "get git repo repository clone[variations]" [--input_flags]

Variations

  • No group (any combination of variations can be selected)

    Click here to expand this section.

    • _lfs
      • ENV variables:
        • CM_GIT_REPO_NEEDS_LFS: yes
    • _no-recurse-submodules
      • ENV variables:
        • CM_GIT_RECURSE_SUBMODULES: ``
    • _patch
      • ENV variables:
        • CM_GIT_PATCH: yes
    • _submodules.#
      • ENV variables:
        • CM_GIT_SUBMODULES: #
  • Group "checkout"

    Click here to expand this section.

    • _branch.#
      • ENV variables:
        • CM_GIT_BRANCH: #
    • _sha.#
      • ENV variables:
        • CM_GIT_SHA: #
    • _tag.#
      • ENV variables:
        • CM_GIT_CHECKOUT_TAG: #
  • Group "git-history"

    Click here to expand this section.

    • _full-history
      • ENV variables:
        • CM_GIT_DEPTH: ``
    • _short-history (default)
      • ENV variables:
        • CM_GIT_DEPTH: --depth 5
  • Group "repo"

    Click here to expand this section.

    • _repo.#
      • ENV variables:
        • CM_GIT_URL: #
Default variations

_short-history

Script flags mapped to environment

  • --branch=valueCM_GIT_CHECKOUT=value
  • --depth=valueCM_GIT_DEPTH=value
  • --env_key=valueCM_GIT_ENV_KEY=value
  • --folder=valueCM_GIT_CHECKOUT_FOLDER=value
  • --patch=valueCM_GIT_PATCH=value
  • --pull=valueCM_GIT_REPO_PULL=value
  • --submodules=valueCM_GIT_RECURSE_SUBMODULES=value
  • --update=valueCM_GIT_REPO_PULL=value

Default environment

These keys can be updated via --env.KEY=VALUE or env dictionary in @input.json or using script flags.

  • CM_GIT_DEPTH: --depth 4
  • CM_GIT_CHECKOUT_FOLDER: repo
  • CM_GIT_PATCH: no
  • CM_GIT_RECURSE_SUBMODULES: --recurse-submodules
  • CM_GIT_URL: https://github.com/mlcommons/ck.git

Native script being run


Script output

cmr "get git repo repository clone [variations]" [--input_flags] -j