Merge pull request #157 from zcash-hackworks/remove_docker_ingestor

remove ingestor artifact upload
This commit is contained in:
Marshall Gaucher 2019-12-16 20:21:46 -08:00 committed by GitHub
commit e0e3eda279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ before_script:
.build-docs: .build-docs:
stage: build stage: build
script: script:
- made docs - make docs
build:build-linux: build:build-linux:
stage: build stage: build
@ -41,7 +41,6 @@ build:build-linux:
artifacts: artifacts:
paths: paths:
- ./server - ./server
- ./ingest
.build-windows: .build-windows:
stage: build stage: build