What is the purpose of add_ssh_keys?
If you were able to do the rsync without the add_ssh_keys step, there’s a couple possibilities. One is that you might be using your personal SSH key, which is automatically added to the box without...
View ArticleInteracting with secondary images
I actually meant to add a snippet. Yes its super simple using the Docker executor, a primary image and a secondary dependency image: jobs: build: docker: - image:...
View ArticleInteracting with secondary images
There is not currently a way to run docker commands on the secondary containers. The main way you can communicate with them is via the network on their exposed ports. There is a blog article that...
View ArticleAndroid Convenience Image Moving to Java v11 on August 17th
A banner in the web app for the pipeline/workflow/job pages would have been nice. Especially after the change was made. Day to day, that’s probably the only CircleCi content most devs look at.
View ArticleWhat is the purpose of add_ssh_keys?
Thanks @thekatertot What do you mean by personal SSH key though? Nevertheless I am only using a key that was generated was for this purpose alone and I have only added it to Project Settings. It...
View ArticleCGO docker build failing at link stage "operation not permitted"
Also with Node containers. Generates an EPERM error https://app.circleci.com/pipelines/github/monowai/beancounter/1128/workflows/127f645c-90ad-448e-8533-3832da30174f/jobs/5360
View ArticleExpected , but found '?'
I keep running into parsing errors in my config file and have tried different indentation schemes, after reading through similar questions here. I am still not having any luck. while parsing a block...
View ArticleCircleci/mysql:5.7 fails to download default-mysql-client
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleCircleci/ruby:2.6.6-node-browsers missing libXss.so.1; can't run cypress tests
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleCircleCI not able to checkout public repo
Thanks @thekatertot, just to clarify I was using the git related auth in environment variables because of other reason I was trying to send an email about the status of the job. Now I have removed all...
View ArticleCircleCI not able to checkout public repo
After removing environment variables, again just did stop building the project and followed the project again. It started working! Thanks a lot @thekatertot
View ArticleCircleCI not able to checkout public repo
Any idea why this issue occurred, Is it because of the git token got expired?
View ArticleFinish a workflow but still be able to fire a "type: approval" job
Hi there. I have a workflow that runs 3 jobs in parallel. If those jobs succeed I have a “type: approval” job that “requires” the previous three jobs and fires a build. I do not want to make builds...
View ArticleWorkflows for master and develop
I’m trying to create separate jobs for branch development and merges to master. I’ve arrived at the following but now see that both workflows are executed, when I had expected only one could ever be...
View ArticleError in git checkout
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleURL for commit hash broken in pipelines (Bitbucket)
Well? [plus some characters to pass discourse’s length check]
View ArticleURL for commit hash broken in pipelines (Bitbucket)
Hi @uda! It looks like the issue was resolved on the workflows graph page, but not on the pipelines page. We’re looking into it right now!
View Article[EVENT] CircleCI Kubernetes Clinic - You want to Kubernetes? You MUST know...
CircleCI Kubernetes Clinic - You want to Kubernetes? You MUST know containers September 17 @ 11AM PT Container orchestration platforms like Kubernetes (K8s) are incredibly powerful and teams of all...
View ArticleFinish a workflow but still be able to fire a "type: approval" job
Hi @andresinaka and welcome to our developer’s forum! I do not want to make builds every time so all my jobs end up like “on_hold” but I would like to see a green there and still have the chance to...
View Article