Skip to content

Commit 8c8391e

Browse files
committed
icon
Signed-off-by: Yarden Shoham <[email protected]>
1 parent fa34951 commit 8c8391e

File tree

849 files changed

+6622
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

849 files changed

+6622
-34
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ steps:
8888
image: node:18
8989
commands:
9090
- make checks-frontend
91-
depends_on: [deps-frontend]
91+
depends_on: [deps-frontend, lint-frontend]
9292

9393
- name: checks-backend
9494
image: gitea/test_env:linux-1.20-amd64
@@ -103,13 +103,13 @@ steps:
103103
image: node:18
104104
commands:
105105
- make test-frontend
106-
depends_on: [lint-frontend]
106+
depends_on: [checks-frontend]
107107

108108
- name: build-frontend
109109
image: node:18
110110
commands:
111111
- make frontend
112-
depends_on: [deps-frontend]
112+
depends_on: [checks-frontend]
113113

114114
- name: build-backend-no-gcc
115115
image: gitea/test_env:linux-1.19-amd64 # this step is kept as the lowest version of golang that we support

0 commit comments

Comments
 (0)