Skip to content

Commit

Permalink
[tool] fix drone & circle for prerelease platform (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis committed Dec 11, 2024
1 parent a5ea5ce commit 112109a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
working_directory: ~/openbas_docker
name: Build Docker image openbas/platform
command: docker buildx build --progress=plain --platform $BUILDX_PLATFORMS -f Dockerfile_circleci -t openbas/platform:rolling --push .
no_output_timeout: 30
no_output_timeout: 30m
- slack/notify:
event: fail
template: basic_fail_1
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
working_directory: ~/openbas_docker
name: Build Docker image openbas/platform
command: docker buildx build --progress=plain --platform $BUILDX_PLATFORMS -f Dockerfile_circleci -t openbas/platform:prerelease --push .
no_output_timeout: 30
no_output_timeout: 30m
- slack/notify:
event: fail
template: basic_fail_1
Expand Down

0 comments on commit 112109a

Please sign in to comment.