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:
stage: build
script:
- made docs
- make docs
build:build-linux:
stage: build
@ -41,7 +41,6 @@ build:build-linux:
artifacts:
paths:
- ./server
- ./ingest
.build-windows:
stage: build