Can no longer build docker images (returned a non-zero code: 239)
I didn’t have time to look further into the issue since it isn’t a blocker at the moment. My Dockerfile is using -g -s --no-progress flags as well. I just tried your solution and it seems to fix the...
View ArticleOrbtoberfest
Based on the email you are registered with on the forum you appear to have successfully completed the challenge and should be receiving swag. Please double check your spam email box for the...
View ArticleXcode 11 - error: Segmentation fault: 11 (in target 'x' from project 'x')
After Upgrading to Xcode 11, Circle CI is throwing an error: error: Segmentation fault: 11 (in target ‘x’ from project ‘x’) Screen Shot 2019-12-23 at 6.28.41 PM753×536 65.7 KB
View ArticleNew Clojure Convenience Image Public Beta
Hey Everyone, For those who don’t know, we at CircleCI maintain a fleet of Docker images, which we call Convenience Images, for various languages and databases. These images are designed to run your...
View ArticleStore test results not showing up
@drazisil I have the same issue. I actually saved the xml file as an artifact. You can see it in the screenshot below. It is final.xml. However I still can’t see the results in the Tests Tab. On a...
View ArticleHow to get timings from jasmine/protractor
it is a hard sell for me to run the script since it requires a circle ci token, but looking at your code and this blog post:...
View ArticleUse bash env with env variables
Hello, I am trying to use a CircleCI configuration with two different environments, master and production which are two different servers. I have created my env variables in the configuration of the...
View ArticleUse bash env with env variables
I have solved the problem doing the following: echo 'export SERVER_USERNAME=${SERVER_'${CIRCLE_BRANCH^^}'_USERNAME}' >> $BASH_ENV echo 'export SERVER_IP=${SERVER_'${CIRCLE_BRANCH^^}'_IP}'...
View ArticleXcode 11.3.0 image not available?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleCircleCi freezes completely (again)
@Kate_Catlin I can’t view builds without it freezing, again. What happened to the other fix that was being worked on? It seems to be the latest Chrome update causing this now.
View ArticleReact-native-firebase RNFirebaseAuth.m compilation issue
During build process below error. ▸ Compiling RNFirebaseAuth.m /Users/distiller/hellocrowd/node_modules/react-native-firebase/ios/RNFirebase/auth/RNFirebaseAuth.m:1184:36: no known class method for...
View ArticleStatus badges for skipped builds show as failed
Same issue here. I must say it doesn’t make a lot of sense to show skipped builds as failed. If it showed as skipped it would at least be understandable, but using your CI to commit back changelogs or...
View ArticlepatchPackage fail when doing npm install
Hi, I got this strang “npm install” error when start building my project. It looks like the “npm install” did not even happen. The build works on my local. I guess something is wrong with my...
View ArticleAWS codedeploy
I am trying to deploy my application to two different ec2 servers using aws codedeploy approach, can we use the same yml file to do this? if yes how i can define two different deployment group in yam...
View Article[New Orb] Swissknife - monorepo helper & more
Hey folks, I’ve been working on an orb which helps with various tasks that one needs to do in a monorepo setting: https://circleci.com/orbs/registry/orb/roopakv/swissknife There are also some commands...
View ArticleDiscuss 2FA
I just finished reading Permanent Record. I guess we should all be paranoid.
View ArticleGetting an error when trying to deploy using SCP
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleNew ":insights" endpoint and deprecated (?) ":workflow" endpoint
Hi, since some days, the “:insights” endpoint has been added to the V2 preview docs. I just played around with it and while I get a 200 status code back, all “content” of the response is empty. Is...
View ArticleMachine executor unusable: pyenv init loop
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleUpdate to Xcode 11.1.0 breaks Ruby version selection for unit tests
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View Article