From 74ce4c31ae0db168570f04be6b2bb6692589acc7 Mon Sep 17 00:00:00 2001 From: Mike Graves Date: Wed, 7 Apr 2021 04:49:37 -0400 Subject: [PATCH] Include requirements.txt in downstream build (#81) * Include requirements.txt in downstream build * Add changelog fragment --- changelogs/fragments/81-include-requirements.yaml | 2 ++ ci/downstream.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 changelogs/fragments/81-include-requirements.yaml diff --git a/changelogs/fragments/81-include-requirements.yaml b/changelogs/fragments/81-include-requirements.yaml new file mode 100644 index 0000000..dd838f6 --- /dev/null +++ b/changelogs/fragments/81-include-requirements.yaml @@ -0,0 +1,2 @@ +bugfixes: + - include requirements.txt in downstream build process (https://github.com/ansible-collections/community.okd/pull/81). diff --git a/ci/downstream.sh b/ci/downstream.sh index 26c352b..800914f 100755 --- a/ci/downstream.sh +++ b/ci/downstream.sh @@ -66,6 +66,7 @@ f_prep() Makefile setup.cfg .yamllint + requirements.txt ) # Directories to recursively copy downstream (relative repo root dir path)