Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7153195c authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

added vendor

parent 57f05ed2
Loading
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -25,6 +25,19 @@ include:
    ref: main
    file: "populate-code-climate-default-config.yml"
    
build-vendor:
  stage: build
  extends: .composer:base
  needs: ["build-frontend"]
  before_script:
    - composer install --no-dev
  script:
    - cp -a vendor dist/${APP_NAME}
    - find dist/${APP_NAME} -type d -exec chmod 755 {} \;
    - find dist/${APP_NAME} -type f -exec chmod 644 {} \;
  artifacts:
    paths:
      - dist/
deploy:staging:
  extends: .deploy:nextcloud-app
  rules: