Skip to content

Commit

Permalink
[drone] Split PR & master pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Dec 5, 2023
1 parent 5cc7c12 commit e15d7b4
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 @@ -22,7 +22,7 @@ steps:
- mvn install

- name: frontend-tests
image: nikolaik/python-nodejs:python3.10-nodejs20-alpine
image: node:20.10.0-alpine3.18
commands:
- cd openex-front
- yarn install
Expand Down Expand Up @@ -66,7 +66,7 @@ steps:
- mvn install

- name: frontend-tests
image: nikolaik/python-nodejs:python3.10-nodejs20-alpine
image: node:20.10.0-alpine3.18
commands:
- cd openex-front
- yarn install
Expand Down

0 comments on commit e15d7b4

Please sign in to comment.