Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fred
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
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
MCC FReD
fred
Merge requests
!169
add 3nodetest disclaimer to pre-commit hook
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add 3nodetest disclaimer to pre-commit hook
tp/warn-of-3nodetest
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Tobias Pfandzelter
requested to merge
tp/warn-of-3nodetest
into
main
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
96edcba0
1 commit,
3 years ago
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ci/tools/pre-commit
+
5
−
1
Options
@@ -77,7 +77,7 @@ fi
echo
-e
"
${
GREEN
}
You're not trying to commit to main!
${
NC
}
"
# ------------------------------------------- GO LINT -------------------------------------------------------------
-
# ------------------------------------------- GO LINT -------------------------------------------------------------
echo
-e
"
${
YELLOW
}
Linting your code...
${
NC
}
"
@@ -87,3 +87,7 @@ if ! make lint; then
fi
echo
-e
"
${
GREEN
}
Linter did not find mistakes!
${
NC
}
"
# ------------------------------------ INFORM ABOUT 3NODETEST ------------------------------------------------------
echo
-e
"
${
RED
}
Be sure to run the complete 3NodeTest before you open up a merge request!
${
NC
}
"
\ No newline at end of file
Loading