Skip to content

Commit 65b93e8

Browse files
committed
Update CI files
1 parent 28bedbb commit 65b93e8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.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
@@ -81,6 +81,8 @@ ignore = [
8181
".github/**",
8282
"lint_requirements.txt",
8383
".flake8",
84+
"AGENTS.md",
85+
"CLAUDE.md",
8486
]
8587

8688
[tool.bumpversion]

0 commit comments

Comments
 (0)