Skip to content

Commit 153a4d5

Browse files
committed
Update CI files
1 parent 61c40f4 commit 153a4d5

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
@@ -26,6 +26,8 @@ ignore = [
2626
".ci/**",
2727
"lint_requirements.txt",
2828
".flake8",
29+
"AGENTS.md",
30+
"CLAUDE.md",
2931
]
3032

3133
[tool.bumpversion]

0 commit comments

Comments
 (0)