mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Adding working server for api.nuget.org
This commit is contained in:
parent
0d06cf63b7
commit
4b4d0d2d19
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,7 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
command: |
|
||||
echo "117.18.232.200 api.nuget.org" | sudo tee -a /etc/hosts
|
||||
lsb_release -a
|
||||
wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
|
||||
sudo dpkg -i packages-microsoft-prod.deb
|
||||
|
@ -33,6 +34,7 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
command: |
|
||||
echo "117.18.232.200 api.nuget.org" | sudo tee -a /etc/hosts
|
||||
LATEST_TAG=${CIRCLE_TAG:1} #trim v from tag
|
||||
#
|
||||
sudo docker build --pull -t $DOCKERHUB_REPO:$LATEST_TAG-amd64 -f Dockerfile.linuxamd64 .
|
||||
|
@ -46,6 +48,7 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
command: |
|
||||
echo "117.18.232.200 api.nuget.org" | sudo tee -a /etc/hosts
|
||||
sudo docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||
LATEST_TAG=${CIRCLE_TAG:1} #trim v from tag
|
||||
#
|
||||
|
@ -60,6 +63,7 @@ jobs:
|
|||
steps:
|
||||
- run:
|
||||
command: |
|
||||
echo "117.18.232.200 api.nuget.org" | sudo tee -a /etc/hosts
|
||||
# Turn on Experimental features
|
||||
sudo mkdir $HOME/.docker
|
||||
sudo sh -c 'echo "{ \"experimental\": \"enabled\" }" >> $HOME/.docker/config.json'
|
||||
|
|
Loading…
Add table
Reference in a new issue