Skip to content

Commit

Permalink
debug gh builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAH committed Feb 6, 2025
1 parent 1fb1a99 commit 230873f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ fi

STATIC_CONTAINER=$(docker ps -a | grep $CONTAINER_NAME |wc -l)

if [[ "$STATIC_CONTAINER" -gt "0" && "$GITHUB_REPOSITORY" != "" ]]; then
#if [[ "$STATIC_CONTAINER" -gt "0" && "$GITHUB_REPOSITORY" != "" ]]; then
if false; then
echo "Static container, execute in static container to have max. cache"
docker start $CONTAINER_NAME
docker exec -i $CONTAINER_NAME /hbb_exe/activate-exec bash -x /io/build-core.sh "$GITHUB_REPOSITORY" "$GITHUB_SHA" "$BUILD_CORES" "$GITHUB_RUN_NUMBER"
Expand Down

0 comments on commit 230873f

Please sign in to comment.