Skip to content

Commit 5d30d0c

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

File tree

111 files changed

+6
-10738
lines changed

Some content is hidden

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

111 files changed

+6
-10738
lines changed

.drone.star

Lines changed: 4 additions & 9 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,
@@ -207,17 +207,12 @@ def main(ctx):
207207
return pipelines
208208

209209
def beforePipelines(ctx):
210-
return checkStarlark() + \
211-
licenseCheck(ctx) + \
212-
documentation(ctx) + \
213-
changelog(ctx) + \
214-
pnpmCache(ctx) + \
210+
return pnpmCache(ctx) + \
215211
cacheOcisPipeline(ctx) + \
216-
pipelinesDependsOn(buildCacheWeb(ctx), pnpmCache(ctx)) + \
217-
pipelinesDependsOn(pnpmlint(ctx), pnpmCache(ctx))
212+
pipelinesDependsOn(buildCacheWeb(ctx), pnpmCache(ctx))
218213

219214
def stagePipelines(ctx):
220-
unit_test_pipelines = unitTests(ctx)
215+
unit_test_pipelines = []
221216

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

packages/web-app-activities/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-
<h1 v-text="$gettext('Activities')" />
2+
<!-- <h1 v-text="$gettext('Activities')" />
33
<div class="oc-width-1-1 oc-mb-m">
44
<item-filter
55
ref="mediaTypeFilter"
@@ -30,7 +30,7 @@
3030
</template>
3131
</no-content-message>
3232
<ActivityList v-else :activities="activities" />
33-
</template>
33+
</template> -->
3434
</template>
3535

3636
<script lang="ts" setup>

packages/web-app-admin-settings/l10n/.tx/config

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/web-app-admin-settings/l10n/translations.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/web-app-admin-settings/package.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/web-app-admin-settings/src/components/AppTemplate.vue

Lines changed: 0 additions & 187 deletions
This file was deleted.

packages/web-app-admin-settings/src/components/General/AppearanceSection.vue

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)