Skip to content

Commit f29a447

Browse files
committed
Move scripts/konflux/ to .konflux/scripts
in order to match the setup in other repositories and to be able to re-use shared tasks.
1 parent c6ac050 commit f29a447

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.konflux/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# .konflux
2+
3+
This directory is for files supporting ACS builds in Konflux.
4+
There's no Konflux convention to use it. Rather, we organize our scripts and tools here ourselves.

image/scanner/rhel/konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV CI=1
1616
COPY . /src
1717
WORKDIR /src
1818

19-
RUN scripts/konflux/fail-build-if-git-is-dirty.sh
19+
RUN .konflux/scripts/fail-build-if-git-is-dirty.sh
2020

2121
RUN unzip -j blob-repo2cpe.zip -d image/scanner/dump/repo2cpe && \
2222
unzip -j blob-k8s-definitions.zip -d image/scanner/dump/k8s_definitions && \

0 commit comments

Comments
 (0)