Skip to content

Commit

Permalink
Merge pull request #1 from VeriBlock/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
Warchant authored Jan 3, 2020
2 parents 3124bbc + 91e3024 commit ed7a289
Show file tree
Hide file tree
Showing 55 changed files with 231 additions and 561 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/btcdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
name: veriblock/btcdev
dockerfile: btcdev.Dockerfile
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.PUBLIC_DOCKERHUB_USERNAME }}
password: ${{ secrets.PUBLIC_DOCKERHUB_PASSWORD }}
tag_names: true
7 changes: 3 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- name: Docker Push
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: vbtc
name: veriblock/vbtc
dockerfile: Dockerfile
username: ${{ secrets.PRIVATE_DOCKER_USERNAME }}
password: ${{ secrets.PRIVATE_DOCKER_PASSWORD }}
registry: docker-internal.veriblock.com
username: ${{ secrets.PUBLIC_DOCKERHUB_USERNAME }}
password: ${{ secrets.PUBLIC_DOCKERHUB_PASSWORD }}
tag_names: true
snapshot: true
81 changes: 0 additions & 81 deletions .github/workflows/ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/prerelease-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
name: veriblock/prerelease
dockerfile: prerelease.Dockerfile
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.PUBLIC_DOCKERHUB_USERNAME }}
password: ${{ secrets.PUBLIC_DOCKERHUB_PASSWORD }}
tag_names: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VeriBlock
=========

Fork created at [25d7e2e78137d07eb612c44d19b0d496050c947a](https://github.com/bitcoin/bitcoin/commit/25d7e2e78137d07eb612c44d19b0d496050c947a).
Fork created at [8830cb58abc888144a1edb9b2fba427716cc45d8](https://github.com/bitcoin/bitcoin/commit/8830cb58abc888144a1edb9b2fba427716cc45d8).

Bitcoin Core integration/staging tree
=====================================
Expand Down
2 changes: 1 addition & 1 deletion btcdev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ RUN set -e; \

ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
RUN pip3 install --upgrade setuptools wheel bashlex compiledb
RUN pip3 install --upgrade setuptools wheel bashlex compiledb gcovr

WORKDIR /
21 changes: 0 additions & 21 deletions e2e/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions e2e/node1/.gitignore

This file was deleted.

68 changes: 0 additions & 68 deletions e2e/node1/alt/altservice-default.properties

This file was deleted.

27 changes: 0 additions & 27 deletions e2e/node1/alt/logback.groovy

This file was deleted.

25 changes: 0 additions & 25 deletions e2e/node1/btc/bitcoin.conf

This file was deleted.

9 changes: 0 additions & 9 deletions e2e/node1/docker-compose.yml

This file was deleted.

3 changes: 0 additions & 3 deletions e2e/node2/.gitignore

This file was deleted.

Loading

0 comments on commit ed7a289

Please sign in to comment.