Loading .gitlab-ci.yml +14 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.gitlab-ci.yml +14 −1 Original line number Diff line number Diff line Loading @@ -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: Loading