Skip to content

Commit

Permalink
Misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed May 22, 2024
1 parent 4565fb4 commit ad8f9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/ci-build-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
push: true
source: local

- name: Push base to quay.io/rhacs-eng
- name: Push latest to quay.io/rhacs-eng
community.docker.docker_image:
name: "{{ rhacs_eng_image }}-{{ arch }}"
repository: "{{ rhacs_eng_image }}-{{ arch }}-latest"
Expand Down
1 change: 1 addition & 0 deletions kernel-modules/build/prepare-src
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ echo "$module_version"

if (($(compare_version "$module_version" "2.10.0") >= 1)); then
# Dont build drivers for versions 2.10 or newer
echo "Not building drivers for module version $module_version"
exit 0
fi

Expand Down

0 comments on commit ad8f9ae

Please sign in to comment.