Skip to content

Commit

Permalink
Move scripts/konflux/ to .konflux/scripts
Browse files Browse the repository at this point in the history
in order to match the setup in other repositories and to be able
to re-use shared tasks.
  • Loading branch information
msugakov committed Dec 12, 2024
1 parent c6ac050 commit f29a447
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .konflux/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# .konflux

This directory is for files supporting ACS builds in Konflux.
There's no Konflux convention to use it. Rather, we organize our scripts and tools here ourselves.
File renamed without changes.
2 changes: 1 addition & 1 deletion image/scanner/rhel/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV CI=1
COPY . /src
WORKDIR /src

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

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

0 comments on commit f29a447

Please sign in to comment.