How do I send a curl request whose body contains a variables embedded in string?
Thanks a lot. It worked!! I think it’s time to really learn some bash
View ArticleREST API to fetch the pipeline configuration before the pipeline has run
Hi, Are there any APIs available (or planned) to fetch the pipeline configuration (for eg: the workflows present) and the jobs details before the pipeline runs for the first time? The following API...
View ArticleSlack Orb v4 Beta
I think the FAQ needs a little more detail around the channel param. I think most people who are not familiar with the orb will assume the channel refers to the friendly name eg #general rather than...
View ArticleDocker build fails with nonsensical EPERM: operation not permitted, copyfile
Sure! In our dockerfile we used to have: RUN wget -qO - https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee...
View ArticleDocker build fails with nonsensical EPERM: operation not permitted, copyfile
Upgrading the Docker engine used by setup_remote_docker resolved the issue for me, too. Thank you!
View ArticleSlack Orb v4 Beta
timothyclarke: I know to some extent it’s documenting someone else’s product (slack) but can the FAQ’s have a “How do I find the channel value” eg Q:“My messages are being sent, but not arriving?” A:...
View ArticleNext-Gen Elixir Convenience Image now Available
Hi Ricardo, I have just tried cimg/elixir:1.10.4 convenience image but I got following error: /usr/bin/env: ‘python’: No such file or directory Exited with code exit status 127 CircleCI received exit...
View ArticleDocker build fails with nonsensical EPERM: operation not permitted, copyfile
Just FYI, I tested upgrading the `setup_remote_docker’ commands version of docker engine and that fixes for me too if I move back to nodejs 12.19.0
View ArticleWhy are my variables are not available in step phase
Hi @andre1620, In the command ssh $SSH_USER@SSH_HOST 'sudo curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -', you’re properly interpolating the SSH_USER variable by specifying “$SSH_USER”....
View ArticleDocker build fails with nonsensical EPERM: operation not permitted, copyfile
Thanks. This worked for me. @d_marm
View ArticleBadges for branches containing slashes in their names are broken
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleSlack Orb v4 Beta
Slack Orb V4.0.0 is LIVE! Orb: https://circleci.com/developer/orbs/orb/circleci/slack Wiki: https://github.com/CircleCI-Public/slack-orb/wiki
View ArticleDocker build fails with nonsensical EPERM: operation not permitted, copyfile
I opened an issue with CircleCI about this. They’re claiming it’s an upstream problem with yarn. Could you link to the issue you opened?
View ArticleDocker build fails with nonsensical EPERM: operation not permitted, copyfile
No, but there’s a fix. Upgrading the Docker Engine to a moder version (I’m using 19.x now) fixes the permissions issue.
View ArticleDocker build fails with nonsensical EPERM: operation not permitted, copyfile
Yeah, I tried the fix, it worked for me. I’m just wondering whether I should pin Docker Engine on all my repos to something non-default, or whether it’s worth waiting for CircleCI to actually change...
View ArticleCommit workflow with blocking builds
I want to configure CIrcleCI to run a workflow on commit, but only have a single instance of a workflow per branch and don’t discard currently running workflow when new commit arrives. Instead, build...
View ArticleAuthenticate with Docker to avoid impact of Nov. 1st rate limits
How do I tell that I need to add Docker authentication? I am using the following images: circleci/python:3.7.7 circleci/postgres:10.3
View ArticleAuthenticate with Docker to avoid impact of Nov. 1st rate limits
We have a FAQ article available from our support team now In all likelihood, you’ll need to authenticate. If you hit the rate limit, you’ll get a standard API error showing you that you’ve hit the...
View Article