Quantcast
Channel: TeamCity : Powerful CI/CD for DevOps-centric teams | The JetBrains Blog
Viewing all articles
Browse latest Browse all 916

Comment on Build React Apps with TeamCity by Louis

$
0
0

Hi Filipp,

Thanks for the post. I’m keen to try and get this working with my project.
I’ve hit a build error and wondering if you can shed any light on where I’ve gone wrong?

I simplified the build script just to try and get it running on the default agent: Linux, version 4.7.3-coreos-r2.

#!/bin/bash
set -e -x
yarn
yarn build

[Step 1/1] Warning: failed to get default registry endpoint from daemon (Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?). Using system default: https://index.docker.io/v1/


Viewing all articles
Browse latest Browse all 916

Trending Articles