Merge pull request #6476

6d41d9e8 contrib: remove codefresh pipeline (selsta)
pull/320/head
Alexander Blair 4 years ago
commit 66235c7f02
No known key found for this signature in database
GPG Key ID: C64552D877C32479

@ -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
Loading…
Cancel
Save