mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Remove steps not necessary to build docker images
This commit is contained in:
parent
e8ea373eb2
commit
46ecdefde8
54
.travis.yml
54
.travis.yml
@ -5,33 +5,33 @@ os: linux
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Paperless on Python 3.6"
|
# - name: "Paperless on Python 3.6"
|
||||||
python: "3.6"
|
# python: "3.6"
|
||||||
|
#
|
||||||
- name: "Paperless on Python 3.7"
|
# - name: "Paperless on Python 3.7"
|
||||||
python: "3.7"
|
# python: "3.7"
|
||||||
|
#
|
||||||
- name: "Paperless on Python 3.8"
|
# - name: "Paperless on Python 3.8"
|
||||||
python: "3.8"
|
# python: "3.8"
|
||||||
|
#
|
||||||
- name: "Documentation"
|
# - name: "Documentation"
|
||||||
script:
|
# script:
|
||||||
- cd docs/
|
# - cd docs/
|
||||||
- make html
|
# - make html
|
||||||
after_success: true
|
# after_success: true
|
||||||
|
#
|
||||||
- name: "Front end"
|
# - name: "Front end"
|
||||||
language: node_js
|
# language: node_js
|
||||||
node_js:
|
# node_js:
|
||||||
- 15
|
# - 15
|
||||||
before_install: true
|
# before_install: true
|
||||||
install:
|
# install:
|
||||||
- cd src-ui/
|
# - cd src-ui/
|
||||||
- npm install -g @angular/cli
|
# - npm install -g @angular/cli
|
||||||
- npm install
|
# - npm install
|
||||||
script:
|
# script:
|
||||||
- ng build --prod
|
# - ng build --prod
|
||||||
after_success: true
|
# after_success: true
|
||||||
|
|
||||||
- stage: build_docker
|
- stage: build_docker
|
||||||
name: amd64 docker build
|
name: amd64 docker build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user