How to reference template files in config.yml
Ohhh, thanks for everything! This has taken me more than two days.
View ArticleHow to reference template files in config.yml
@klsetzer This solved the problem, thank you again and stay safe.
View ArticleBUG: latest build url always goes to an older failing job?
This is likely related to an issue we had this week: https://status.circleci.com/incidents/qbzrj3vjm873 Due to the nature of the issue it was not possible for us to apply a universally safe correction...
View ArticleSet environment variable from python script
I’ve been trying to set an env variable from python script and pass it at build-arg but it doesn’t work. echo prints the info however the variable is not set in a container after build completed. Here...
View ArticleHow to trigger workflow from job on behalf of the job?
Hi. I want to trigger workflow (with parameters) from circleci job. Workflow and job is located in the same repository and same config.yml file. As per documentation I need to pass token for...
View ArticleSetup CircleCI for ASP.NET project
Hello, I’m also trying to configure .Net Framework projects in Circle CI, did you figure anything out?
View ArticleHow to get sequencial job to execute even if previous ones fail
Hi, Given the following partial configuration, how can I make job2 execute no matter the status of job1 ? jobs: job1: ... job2: ... workflows: main: jobs: - job1 - job2: requires: - job1
View ArticleHost key verification failed
We have integrated our private repo xxxxxx to circleci. From this we are checking out the code from that repo successfully. After checkingout code. It’s trying ececute commands in those files repo...
View ArticleYarn install failing on build
We are attempting to set up our project on CircleCI and are currently having it fail the build during the yarn install portion. The error we are receiving is $ sed -i ‘’ ‘s/#import...
View ArticleBUG: latest build url always goes to an older failing job?
Hi @glenjamin.circleci Yes, that does sound like what I was seeing. Thanks for the update.
View ArticleHow to always run a sequential, final job (e.g. Slack notification)?
Thank you for clarifying. You can create a job in which you can call commands from another orb and add a the slack status command to send a notification at the end of the job regardless if it passes...
View ArticlePython Django tests not being split correctly
Fixed - I just removed | tr '\n' ' ' from echo $TESTFILES | tr ' ' '\n' | sort | uniq | tr '\n' ' ' > circleci_test_files.txt and it worked
View ArticleNew UI wrongly redirecting
Hi @RSijelmass, Welcome to the CircleCI Community! There was indeed an issue in the new UI that was preventing users from adding SSH keys. As you found out, the workaround was to temporarily switch...
View ArticleBuild is failing: says no public key is available
The issue is each time I try to build/deploy my app, I get this error: “W: There is no public key available for the following key IDs: AA8E81B4331F7F50” as well as “E: There are problems and -y was...
View ArticleChanging Docker Storage Driver
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleTrying to use the AWS cli (or any) CircleCI orb for the first time, plus how...
Hey @larryq These pipes and such are actually just a regular part of YAML. https://yaml-multiline.info/ The | indicates that everything indented below should be treated as a string literal, preserving...
View ArticleCommunicate between two CircleCI machines through SSH
We want to test how our product behaves when running it over ssh. To provide some context, our product Bit is a CLI tool that can import and export components from one machine to another using SSH....
View ArticleHow to securely set environment variables for Postgres Image?
I’ve been searching all over the documentation, this forum, and the rest of the Internet, and I can not seem to find any answer to this. When you are using a container image, in my case, the postgres...
View ArticleWelcome to the CircleCI Community! (*^ワ^*)
Hello, friends! I’m Katy, the Technical Community Manager at CircleCI, and I’m so glad you’re here. This forum is a place for conversations and questions. You can leave product feedback, ask for help,...
View Article