Skip to content

Commit cd26632

Browse files
committed
Update CI files
1 parent cd12183 commit cd26632

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ plugins:
6464
source: "${COMPONENT_SOURCE}"
6565
ci_requirements: $(test -f ci_requirements.txt && echo -n true || echo -n false)
6666
upperbounds: $(test "${TEST}" = "pulp" && echo -n true || echo -n false)
67-
lowerounds: $(test "${TEST}" = "lowerbounds" && echo -n true || echo -n false)
67+
lowerbounds: $(test "${TEST}" = "lowerbounds" && echo -n true || echo -n false)
6868
services:
6969
- name: "pulp"
7070
image: "pulp:ci_build"

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ ignore = [
2727
".ci/**",
2828
"lint_requirements.txt",
2929
".flake8",
30+
"AGENTS.md",
31+
"CLAUDE.md",
3032
]
3133

3234
[tool.bumpversion]

0 commit comments

Comments
 (0)