Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
detectors
topside
Commits
e36cbad0
Commit
e36cbad0
authored
Apr 26, 2021
by
Whitney Armstrong
Browse files
Fixing number of overlaps allowed to be ZERO.
parent
fbc51052
Pipeline
#8552
failed with stages
in 7 minutes and 26 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e36cbad0
...
...
@@ -113,7 +113,7 @@ overlap_check:
script
:
-
checkOverlaps -c topside.xml | tee doc/overlap_check.out
-
echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..."
-
if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "
1
" ]] ; then echo "Overlaps exist!" &&
false
; fi
-
if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "
0
" ]] ; then echo "Overlaps exist!" &&
false
; fi
topside:config_testing:
stage
:
test
...
...
Whitney Armstrong
@whit
mentioned in issue
#19 (closed)
·
Apr 26, 2021
mentioned in issue
#19 (closed)
mentioned in issue #19
Toggle commit list
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