Allow to show builds to unregistered users
@angelisa Thanks for the reply! I will take a look.
View ArticleOld workflows still appear in GitHub, preventing merge
Hello @ACW, I’d suggest editing the protection rules for the related branches, and manually deselecting the problematic status checks, so they are not required anymore. Let me know if this helps.
View ArticleConfig.yml - build and deploy conditionals - Testing
Hi @rgleason, You need to add a “fallback step” that handles the case where none of the conditions are met; for example: a simple echo. Here’s what it’d be for the build-android-armhf job:...
View ArticleIt's very annoying that you force users to click "Go To App" on your site
I really dig circleci but it is the only CI i have ever used that requires me to look your promotional page before i can get to my builds. I wish you would redirect to the “app” if we were logged in...
View ArticleIt asks me to add config file even if .circleci/config.yml exists
I am using circle ci and it worked many months ago. image1661×704 66.3 KB But it asks me to add config file and don’t build the project. Any suggestions?
View ArticleArtifacts folder not being detected
Hi @nektro, The command ls -l /artifacts/ is trying to list a folder called “artifacts” folder located right under “/”. I suggest replacing it with ls -l artifacts/.
View ArticleSelf-hosted runners are here!
Hi @eric-chamberlain-ck, The runners are 3 credits/min. Is there something more specific you’d like to know about how it works?
View ArticleDisable SSH
If we request it to be turned off how quickly can we turn it back on again?
View ArticleConfig.yml - build and deploy conditionals - Testing
Dear YannCI, Thank you for your suggestion. A colleague has taken this effort some steps further, with more changes and testing, please see this link. github.com...
View ArticleDisable SSH
Hi @Brian-Triplett as Jaryt mentioned, the Support team aims to reply to our free-tier customers with the best effort, but try to respond within 2-3 days. This will apply to both disabling and...
View ArticleWhat makes a step "complete"?
It seems like steps “complete” (pass or fail) only once all processes invoked by the command the step represents return an exit code, or the step hits the timeout. I can’t find any docs to back this...
View ArticleWhat makes a step "complete"?
Well, I’ve proven my assumption to be partially false. Processes sent to the background in a run step with the & operator do not seem to factor into a step “completion”.
View ArticleCircleCI 日本語ドキュメント 追加・更新
2020/11/25 Orb開発キットのリリースに合わせて、Orbに関連する以下の5文書の内容を増補・更新しました。 設定 > Orbオーサリング > Orbのオーサリングプロセス 設定 > Orbオーサリング > OrbオーサリングFAQ 設定 > Orbオーサリング > Orbのベストプラクティス 設定 > Orbオーサリング >...
View ArticleModify status badge label
Hi! I was trying to modify the label of the status badge for .rst files. e.g. the default label is circleci and I want to change by something like tests-<my_label> I checked the docs:...
View ArticleStore_artifacts step makes browser sluggish/consume CPU
Thanks again for this report! A support ticket was filed for this and I was able to replicate similar behavior on my end so I have opened a case with our engineering department. For what it’s worth,...
View ArticleIt asks me to add config file even if .circleci/config.yml exists
Hi @funnywebdev, Welcome to the CircleCI community forum! Could you please confirm you have “.circleci/config.yml” file in your GitHub repository? If it is there, please unfollow the project using...
View Article