Clean config
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -9,12 +9,6 @@ trigger:
|
|||||||
branch:
|
branch:
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
environment:
|
|
||||||
DRONE_GIT_USERNAME:
|
|
||||||
from_secret: drone_git_username
|
|
||||||
DRONE_GIT_PASSWORD:
|
|
||||||
from_secret: drone_git_password
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
@@ -59,12 +53,6 @@ trigger:
|
|||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
environment:
|
|
||||||
DRONE_GIT_USERNAME:
|
|
||||||
from_secret: drone_git_username
|
|
||||||
DRONE_GIT_PASSWORD:
|
|
||||||
from_secret: drone_git_password
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install
|
- name: install
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
|
|||||||
Reference in New Issue
Block a user