Skip to content

Commit ba52709

Browse files
committed
Update CI files
1 parent 03cc0f6 commit ba52709

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
@@ -132,4 +132,6 @@ ignore = [
132132
".github/**",
133133
"lint_requirements.txt",
134134
".flake8",
135+
"AGENTS.md",
136+
"CLAUDE.md",
135137
]

0 commit comments

Comments
 (0)