Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Conarx Containers - CommitLint Image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker Containers
Conarx Containers - CommitLint Image
Commits
5aedacd1
Commit
5aedacd1
authored
2 years ago
by
Nigel Kukard
Browse files
Options
Downloads
Patches
Plain Diff
chore: make shellcheck happy
parent
a0b85cb1
Branches
Branches containing commit
No related tags found
7 merge requests
!32
Updated to Alpine 3.18
,
!28
Nkupdates edge
,
!27
Nkupdates edge
,
!26
Nkupdates edge
,
!25
Nkupdates edge
,
!24
Nkupdates edge
,
!23
Nkupdates edge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
usr/local/share/flexible-docker-containers/init.d/42-commitlint.sh
+1
-1
1 addition, 1 deletion
.../share/flexible-docker-containers/init.d/42-commitlint.sh
with
1 addition
and
1 deletion
usr/local/share/flexible-docker-containers/init.d/42-commitlint.sh
+
1
−
1
View file @
5aedacd1
...
...
@@ -32,7 +32,7 @@ if [ -z "$CI_PROJECT_DIR" ]; then
export
CI_PROJECT_DIR
=
/build
fi
# shellcheck disable=SC2164
cd
"
$CI_PROJECT_DIR
"
cd
"
$CI_PROJECT_DIR
"
||
false
# Check if we have a commitlint configuration
commitlint_config
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment