Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Release Engineering
Public
toolkit
Commits
4f0b9e5a
Unverified
Commit
4f0b9e5a
authored
Jul 06, 2021
by
Neil Hanlon
Browse files
Merge remote-tracking branch 'origin/devel'
parents
160694b4
0980c9a5
Pipeline
#20
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mangle/validate_repos
View file @
4f0b9e5a
#!/usr/bin/env bash
# Source mangle vars
# shellcheck source=./common
# shellcheck source=./common
disable=SC1091,1090
source
"
$(
dirname
"
$0
"
)
/common"
# Source sync / migrate vars for repository information
# shellcheck source=../sync/common
# shellcheck source=../sync/common
disable=SC1091,1090
source
"
$(
dirname
"
$0
"
)
/../sync/common"
# How many
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment