On macOS runners: WARNING: terminal is not fully functional
Just started getting this “terminal is not fully functional” on macOS runners. Our scripts used to run fine on macOS previously and still work fine on Docker runners. Any ideas or could this a temp...
View ArticleOn macOS runners: WARNING: terminal is not fully functional
Hi Muhammed, Is this a warning that’s printed, or an error? Can you share a link to the build webpage please? If you don’t want to share it here you can email it to support@circleci.com and link to...
View ArticleOn macOS runners: WARNING: terminal is not fully functional
Hi Marc, Thanks for your quick response. It’s printed while executing. After that the output stops until the time_with_no_output times out as shown in the screenshot below: Screen Shot 2019-12-09 at...
View ArticleOn macOS runners: WARNING: terminal is not fully functional
The link to the first job that started having this issue is: https://circleci.com/gh/algorythma/abjadiyat-unity-build/1153
View ArticleOn macOS runners: WARNING: terminal is not fully functional
Hi Muhammed, It looks like something in your script is looking for user input: There is line in the output: - (press RETURN) Some script must be waiting on user input, and after 10 minutes of no new...
View ArticleInstalling from GIT npm module missing files
Hi When I use git dependency in the package.json “package_name”: “git+ssh://git@example.githib.com/example.git” This is private repo and all SSH keys are authorized It only checkout readme.md and...
View ArticleOn macOS runners: WARNING: terminal is not fully functional
Thanks for the help. However, I doubt that for several reasons: 1: the same exact script was working and producing our builds before today, 2: the same script still works fine on Linux (Docker)...
View ArticleNew UI now available for opt-in!
Hi @bricejlin, that functionality was not built yet when you posted but should be available now from the Workflow Map page. Is it working for you now?
View ArticleNew UI now available for opt-in!
kai-alpha: Disquss is aware of this problem and activates the in-app text search by intercepting Ctrl-F instead. If I do Find in this Page via the browser menu bar to circumvent the in-app text...
View ArticleNew UI now available for opt-in!
@bitgandtter thanks for asking! Autoscrolling for jobs should already be working. If it’s not, can you post a link to the job where it is not happening? A workflow of queued jobs is not on the roadmap...
View ArticleImprove CircleCI by participating in CircleCI Research
The research team is looking for folks to spend time giving feedback about the CircleCI platform. In the past I’ve reached out in DMs on Discuss to ask for specific expertise. Now, we have a research...
View ArticleRotation of GitHub Deploy Keys
I’m also interested in rotating deploy keys! It looks like you can setup a script to rotate them via these APIs? https://circleci.com/docs/api/#keys
View ArticleHow to use expression in "condition" under "when" statement
That looks alot like you’re trying to do the following (which is already there) workflows: test-publish: jobs: - build: filters: branches: only: - master
View ArticleUpdate to Xcode 11.1.0 breaks Ruby version selection for unit tests
They recently made some changes that affect the way the checkout step functions in their build agent. As a temporary workaround, could you try replacing the checkout step with the following (which...
View ArticleTesting orbs
Hi Rose! How can I access published dev orb? publishing: $ circleci orb publish orb.yml proxyco/semantic-release@dev:first Orb `proxyco/semantic-release@dev:first` was published. Please note that this...
View ArticleDocker buildkit available in 18.09?
@halfer Doesn’t work on machine image @alexey @rohara any new updates on this? It would be super helpful
View ArticleDownload artifact automatically when the master branch build is finish
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleCicrleCI fails in section Install Bundler
I have the same problem, did you find a solution?
View ArticleXcode 11.3.0 image not available
I haven’t been able to use the Xcode 11.3.0 images. Anyone else seeing this? Build-agent version 1.0.22073-f42bda98 (2019-12-10T12:59:15+0000) Creating a dedicated VM with xcode:11.3.0 image failed to...
View ArticleUpdate to Xcode 11.1.0 breaks Ruby version selection for unit tests
We’re experiencing something similar. We started on the xcode 11.1 macos machine which is supposed to use ruby 2.6.4 but instead has 2.3.7 as of today and is causing build issues. @mdamicoml’s fix did...
View Article