mirror of
https://github.com/HariSekhon/DevOps-Bash-tools.git
synced 2025-02-06 10:02:14 +00:00
updated git_submodules_update_repos.sh
All checks were successful
Checkov / Checkov (push) Has been skipped
Docker Build (Alpine) / Docker Build (push) Has been skipped
Docker Build (CentOS) / Docker Build (push) Has been skipped
Docker Build (Debian) / Docker Build (push) Has been skipped
Docker Build (Fedora) / Docker Build (push) Has been skipped
Docker Build (Ubuntu) / Docker Build (push) Has been skipped
Grype / Grype (push) Has been skipped
Kics / Kics (push) Has been skipped
Semgrep Cloud / Semgrep Cloud (push) Has been skipped
Semgrep / Semgrep GitHub Security Tab (push) Has been skipped
ShellCheck / ShellCheck (push) Has been skipped
SonarCloud / SonarCloud (push) Has been skipped
Trivy / Trivy (push) Has been skipped
Trivy Docker Image Scan / Trivy Docker Image Scan (push) Has been skipped
Validation / Validate (push) Has been skipped
GitHub Actions Ubuntu / Build (push) Has been skipped
Ubuntu 22.04 / Build (push) Has been skipped
Ubuntu 20.04 / Build (push) Has been skipped
Ubuntu / Build (push) Has been skipped
Python 3.8 / Python 3.8 (push) Has been skipped
Python 3.9 / Python 3.9 (push) Has been skipped
Python 3.11 / Python 3.11 (push) Has been skipped
Python 3.7 / Python 3.7 (push) Has been skipped
Python 3.10 / Python 3.10 (push) Has been skipped
Mac 12 / Build (push) Has been skipped
Mac / Build (push) Has been skipped
Mac 11 / Build (push) Has been skipped
Fedora / Build (push) Has been skipped
Debian 12 / Build (push) Has been skipped
Debian 11 / Build (push) Has been skipped
Debian 10 / Build (push) Has been skipped
Alpine 3 / Build (push) Has been skipped
Debian / Build (push) Has been skipped
Alpine / Build (push) Has been skipped
All checks were successful
Checkov / Checkov (push) Has been skipped
Docker Build (Alpine) / Docker Build (push) Has been skipped
Docker Build (CentOS) / Docker Build (push) Has been skipped
Docker Build (Debian) / Docker Build (push) Has been skipped
Docker Build (Fedora) / Docker Build (push) Has been skipped
Docker Build (Ubuntu) / Docker Build (push) Has been skipped
Grype / Grype (push) Has been skipped
Kics / Kics (push) Has been skipped
Semgrep Cloud / Semgrep Cloud (push) Has been skipped
Semgrep / Semgrep GitHub Security Tab (push) Has been skipped
ShellCheck / ShellCheck (push) Has been skipped
SonarCloud / SonarCloud (push) Has been skipped
Trivy / Trivy (push) Has been skipped
Trivy Docker Image Scan / Trivy Docker Image Scan (push) Has been skipped
Validation / Validate (push) Has been skipped
GitHub Actions Ubuntu / Build (push) Has been skipped
Ubuntu 22.04 / Build (push) Has been skipped
Ubuntu 20.04 / Build (push) Has been skipped
Ubuntu / Build (push) Has been skipped
Python 3.8 / Python 3.8 (push) Has been skipped
Python 3.9 / Python 3.9 (push) Has been skipped
Python 3.11 / Python 3.11 (push) Has been skipped
Python 3.7 / Python 3.7 (push) Has been skipped
Python 3.10 / Python 3.10 (push) Has been skipped
Mac 12 / Build (push) Has been skipped
Mac / Build (push) Has been skipped
Mac 11 / Build (push) Has been skipped
Fedora / Build (push) Has been skipped
Debian 12 / Build (push) Has been skipped
Debian 11 / Build (push) Has been skipped
Debian 10 / Build (push) Has been skipped
Alpine 3 / Build (push) Has been skipped
Debian / Build (push) Has been skipped
Alpine / Build (push) Has been skipped
This commit is contained in:
parent
b9a294a4bf
commit
3d6852bdb5
@ -25,28 +25,23 @@ repofile="$(readlink -f "$repofile")"
|
||||
|
||||
# shellcheck disable=SC2034,SC2154
|
||||
usage_description="
|
||||
Updates all Git repos given as args or found in file:
|
||||
Updates all Git repos given as args or listed in file:
|
||||
|
||||
$repofile
|
||||
|
||||
Using adjacent script:
|
||||
|
||||
Uses adjacent script:
|
||||
|
||||
git_submodules_update.sh
|
||||
|
||||
Assumptions:
|
||||
|
||||
Your git repos base dir where your repos are kept is \$HOME/github/ eg.
|
||||
Environment Variables:
|
||||
|
||||
$HOME/github/
|
||||
GIT_BASE_DIR - default: $HOME/github - checks out the repos to this location if they are not already present
|
||||
|
||||
If it isn't then specify GIT_BASE_DIR environment variable
|
||||
GIT_URL - default: https://github.com
|
||||
|
||||
Checks out the repos to this location if they are not already present
|
||||
|
||||
|
||||
Your git repo URL is https://github.com. If it isn't then specify GIT_URL environment variable
|
||||
|
||||
To ommit the owner/ prefix to owner/repo is omitted, you must set GIT_OWNER environment variable
|
||||
GIT_OWNER - default: HariSekhon - used only when omitting the owner/ prefix of owner/repo
|
||||
"
|
||||
|
||||
# used by usage() in lib/utils.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user