Skip to content

Commit b945c0b

Browse files
deyankiteworksnirajacharya2
authored andcommitted
OCISDEV-220: Commented code to break the Drone job in the pipeline
1 parent cc43b2b commit b945c0b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.drone.star

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ config = {
5353
"master",
5454
"stable-*",
5555
],
56-
"pnpmlint": True,
56+
"pnpmlint": False,
5757
"e2e": {
5858
"1": {
5959
"earlyFail": True,
@@ -214,10 +214,10 @@ def beforePipelines(ctx):
214214
pnpmCache(ctx) + \
215215
cacheOcisPipeline(ctx) + \
216216
pipelinesDependsOn(buildCacheWeb(ctx), pnpmCache(ctx)) + \
217-
pipelinesDependsOn(pnpmlint(ctx), pnpmCache(ctx))
217+
# pipelinesDependsOn(pnpmlint(ctx), pnpmCache(ctx))
218218

219219
def stagePipelines(ctx):
220-
unit_test_pipelines = unitTests(ctx)
220+
unit_test_pipelines = []
221221

222222
# run only unit tests when publishing a standalone package
223223
if (determineReleasePackage(ctx) != None):

packages/web-app-ocm/src/views/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="sciencemesh">
2+
<!-- <div class="sciencemesh">
33
<div class="oc-flex oc-flex-column sciencemesh-wrapper">
44
<div class="oc-flex sciencemesh-top">
55
<div id="sciencemesh-invite" class="oc-width-1-2">
@@ -17,7 +17,7 @@
1717
/>
1818
</div>
1919
</div>
20-
</div>
20+
</div> -->
2121
</template>
2222

2323
<script lang="ts" setup>

0 commit comments

Comments
 (0)