Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Add type: kubernetes to drone
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoquintao-hotmart committed Oct 11, 2023
1 parent 98c35a0 commit efba7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fbd: &filter_branch_develop
- pull_request

kind: pipeline
type: docker
type: kubernetes
name: default

platform:
Expand Down Expand Up @@ -66,7 +66,7 @@ steps:

services:
- name: docker
image: docker:dind
image: public.ecr.aws/hotmart/pipeline-dind:latest
command:
- --max-concurrent-downloads
- 6
Expand Down

0 comments on commit efba7d3

Please sign in to comment.