contrib: remove codefresh pipeline

This commit is contained in:
selsta 2020-04-25 00:25:55 +02:00 committed by wowario
parent 052bce16d3
commit ac69df97a7
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -1,18 +0,0 @@
version: '1.0'
steps:
init_submodules:
title: Init Submodules
commands:
- git submodule update --init --recursive
image: codefreshio/git-image:latest
working_directory: ${{main_clone}}
BuildingDockerImage:
title: Building Docker Image
type: build
image_name: monero
working_directory: ./
tag: '${{CF_BRANCH_TAG_NORMALIZED}}'
dockerfile: Dockerfile
build_arguments:
- NPROC=1