Preventing forked pull requests from modifying CircleCI configuration
Hi, I’m a maintainer of the gatsby-plugin-s3 open source project. Since our project’s purpose is to deploy to S3, the only way we can accurately test our plugin is to use it to deploy something to S3....
View ArticleTrying to use the AWS cli (or any) CircleCI orb for the first time, plus how...
Bump. Still trying to figure out how / if we can run shell commands in a CCI script. Particularly interested in using the aws cli in it.
View ArticleDo I have to duplicate jobs in config if the same job will be used in...
Say I have two kinds of jobs in my standard workflow, a job that builds something, and a job that tests the thing that was just built. The build job has a step that takes a parameter, which affects...
View ArticleTrying to use the AWS cli (or any) CircleCI orb for the first time, plus how...
Maybe @KyleTryon can help can help?
View ArticleCircleCI new UI/UX Review
As a lot of users move to the new CircleCi experience, I wanted to open a discussion thread here on your thoughts. What do you like? What bothers you? There’s been an amazing number of posts with...
View ArticleJSON string in curl
Hi @devblueray! Thanks for stopping by the forum and welcome back! Can you try switching the double-quotes and the single-quote, so that the double quote wraps the entire JSON, and the single quote...
View ArticleTrying to use the AWS cli (or any) CircleCI orb for the first time, plus how...
I can certainly try. Hello @thekatertot The example you are showing above does not seem to contain orbs, though orbs are not at all required to do anything. Orbs can however make a lot of what you...
View ArticleTesting orbs
I’m having a similar issue. I published my orb circleci orb publish @orb.yml dalekurt/aws-ecr@dev:alpha Which displayed the output Orb `dalekurt/aws-ecr@dev:alpha` was published. Please note that this...
View ArticleFailing to sign nuget package - Keyset does not exist
Hello, I’m using the Windows executer as a part of my workflow to build, sign and deploy a NuGet package. When running a variation of the following command: nuget.exe sign .\my-unsigned.nupkg...
View ArticleIntroductions
Let’s get to know each other! A lot of you have been part of the community for quite a while, and we’d love to get to know you better. I’ll go first Hi! I’m Katy. I’m the Technical Community Manager...
View ArticleCircleCI Community Code of Conduct
CircleCI is dedicated to providing a harassment-free experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size,...
View ArticleIs CIRCLE_COMPARE_URL still a thing?
Check this for a working example of COMPARE_URL using pipeline variables github.com/sibelius/monorepo-101 feat(pkg): pkg B sibelius:master ← sibelius:feat/packageB opened 10:58PM - 06 Jul 20 UTC...
View ArticleProblem splitting tests using Jest
Our glob was wrong use this TESTFILES=$(circleci tests glob “./packages//src//tests/*.spec.ts” | circleci tests split)
View ArticleFeedback wanted: moving from v1.1 job triggering to v2 pipeline triggering
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticlePlease explain multiple images in an executor
I can’t wrap my head around the concept of having multiple images in the same executor. Is there somewhere in the docs that explains what functionality this enables / doesn’t enable? Or to put it...
View ArticleSuddenly getting memory issues
Hi, This week I’ve suddenly been seeing memory issues on a number of jobs running in node docker containers. I wondered if you guys had changed anything? (even if I put the executor size up to xlarge...
View ArticleStricter Validation for 2.1 configuration
This change has been deployed as of a couple of minutes ago (17:24 UTC to be precise).
View ArticleCache unexpectedly unavailable
I generate a cache of cocapods keyed off of Podfile.lock. Within the last hour builds are not able to restore our most recent cache. No cache is found for key:...
View Article