Skip to content

Commit

Permalink
💥 Monorepo with easy and enhanced installer
Browse files Browse the repository at this point in the history
  • Loading branch information
perdy committed Feb 14, 2022
1 parent cbc361e commit c5af491
Show file tree
Hide file tree
Showing 47 changed files with 1,653 additions and 930 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/miner-trex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- "miner-trex/**"
- "barrenero/miner_trex/**"

jobs:
push_to_registry:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: miner-trex
context: barrenero/miner_trex
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ pip-delete-this-directory.txt

# Sphinx documentation
doc/build/

barrenero.toml
290 changes: 0 additions & 290 deletions Barrenero.postman_collection.json

This file was deleted.

14 changes: 14 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
all: check

check:
@$(shell) ./scripts/check.sh

.PHONY: uninstall
uninstall:
@$(shell) ./scripts/uninstall.sh

install:
@$(shell) ./scripts/install.sh

update:
@$(shell) ./scripts/update.sh

0 comments on commit c5af491

Please sign in to comment.