Skip to content

Commit

Permalink
Merge pull request #10054 from owncloud/fix-build-ci
Browse files Browse the repository at this point in the history
ci: add missing NO_INSTALL param in ci build step
  • Loading branch information
kulmann authored Nov 23, 2023
2 parents 16a3b95 + d0d2baf commit 0fa16b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,9 @@ def buildRelease(ctx):
{
"name": "make",
"image": OC_CI_NODEJS,
"environment": {
"NO_INSTALL": "true",
},
"commands": [
"cd %s" % dir["web"],
"make -f Makefile.release",
Expand Down

0 comments on commit 0fa16b3

Please sign in to comment.