Skip to content

Commit

Permalink
temporarily trigger fpm builds -- to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Mar 3, 2025
1 parent a497c76 commit 8b4a1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/scripts/llvm-fpm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ makefile=${1}
patterns=${2}
docker_filter_ref=${3}

if ! are_files_changed "$patterns" ; then
exit 0
fi
#if ! are_files_changed "$patterns" ; then
# exit 0
#fi

add_bin_path
with_go "${GOLANG_VERSION}"
Expand Down

0 comments on commit 8b4a1e3

Please sign in to comment.