Skip to content

Commit acd2899

Browse files
committed
debug
1 parent 8b764c9 commit acd2899

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

testing-farm/prepare/roles/pre-release-packages/templates/install-pre-release-packages.j2

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ export {{ var }}={{ lookup('env', var ) }}
77
{% endfor %}
88

99
cd "$TMT_TREE"
10-
cd "$(git rev-parse --show-toplevel)"
1110

12-
# Note the built-in mechanism isn't good enough: https://gitlab.com/testing-farm/tests/-/issues/2
13-
packages=$(PYTHON_PKG_SUFFIX=3 ./releng/detect-changed-packages "$PACKIT_TARGET_SHA")
14-
./releng/install-copr-packages "@copr/copr-pull-requests:pr:$PACKIT_PR_ID" "$PACKIT_COMMIT_SHA" $packages
11+
find /var
12+
13+
cd "$(git rev-parse --show-toplevel)"
14+
#
15+
# # Note the built-in mechanism isn't good enough: https://gitlab.com/testing-farm/tests/-/issues/2
16+
# packages=$(PYTHON_PKG_SUFFIX=3 ./releng/detect-changed-packages "$PACKIT_TARGET_SHA")
17+
# ./releng/install-copr-packages "@copr/copr-pull-requests:pr:$PACKIT_PR_ID" "$PACKIT_COMMIT_SHA" $packages

0 commit comments

Comments
 (0)