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
160694b4
Unverified
Commit
160694b4
authored
Jul 06, 2021
by
Neil Hanlon
Browse files
fix: shellcheck source for env vars
parent
8bc836c9
Pipeline
#17
failed with stage
in 30 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
mangle/validate_repos
View file @
160694b4
#!/usr/bin/env bash
# Source mangle vars
# shellcheck source=./common
source
"
$(
dirname
"
$0
"
)
/common"
# Source sync / migrate vars for repository information
# shellcheck source=../sync/common
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