During build output not updating
I found a possible workaround - if the output stops appearing, just click on Pipelines in the left-hand-panel in CircleCI UI and then go back into the job and the output will appear as if by magic
View ArticleSlack Orb v4 Beta
Hey guys it’s great the orb is being updated with new functionality. I appreciate it’s in beta. Before it gets the 4.0 can you document appropriate variables please. Eg I’m not sure if I should be...
View ArticleCouldn't connect to Docker daemon at https
Miraculously, now it passes without issue. Closing the topic
View ArticleDocker Hub rate limiting - how to prepare?
One month has passed, we still haven’t heard from you. Time is running out! Edit: We are now also contacting our account executive, time is running out.
View ArticleUsing "requires" on a job not working as expected?
Sorry to hijack the thread but I have the same problem. Here’s a sample config: version: 2.1 jobs: first-job: docker: - image: ubuntu steps: - run: echo "this is the first job" second-job: docker: -...
View ArticleSlack integration doesn't support Windows platform
Orb version: circleci/slack@3.4.2 Error message: failed to start cmd: exec: "/bin/bash": file does not exist image1760×1490 203 KB app.circleci.com CircleCI
View ArticleStatus Badge is not updated when job fails
The status badge is not updated even when job fails, for example, when one of our workflow failed for master branch, the status is still PASSED: https://circleci.com/gh/facebook/rocksdb.svg?style=svg...
View ArticleFailed to run python script directly: pyenv-version-name: command not found
We try to run python script directly, like: $ gtest-parallel $TESTS Or $ python3 gtest-parallel $TESTS The command failed with error: /opt/circleci/.pyenv/libexec/pyenv-exec: line 24:...
View ArticleCouldn't connect to Docker daemon at https
Just to post a follow-up, if anyone stumbles upon this: In my docker-compose step I had an environment section with one value BUILD_TAG. With this section in place, my job would fail with the above...
View ArticleProblem with pass CIRCLE_BRANCH variable to POST body
hi, I have the code in my config file: run: command: | if [ "$CIRCLE_BRANCH" = "test_branch" ] || [ "$CIRCLE_BRANCH" = "master" ]; then curl -X POST \ --header "Circle-Token: $CIRCLECI_API_TOKEN" \...
View ArticleXcode 12.0.1 Status
Hi everyone! As you may have seen, Apple released Xcode 12.0.1 on Thursday 24 September, but to date there is no direct download on Apple’s developer software portal. As such, it appears this was an...
View ArticleDocker Hub rate limiting - how to prepare?
@_joe Thanks for checking in. As you can imagine, there’s a bit of red tape for us to get through as we navigate this change. We’re absolutely working on it, and will have statements out as soon as we...
View ArticleLabel orb "jobs"
Nevermind what I did above. It does work, but spelunking through the documentation, I found a mention to the name property in workflow jobs. workflows: matchmaker: jobs: ... - node/test: name:...
View ArticleYarn 2 Failing to Install
I figured this out. We were adding .pnp.js to our .gitignore without running yarn set version berry in the CI tool and thus it wasn’t setting up the berry project correctly. This line gave me clue:...
View ArticleProblem with pass CIRCLE_BRANCH variable to POST body
The problem was solved. curl -X POST \ --header "Circle-Token: $CIRCLECI_API_TOKEN" \ --header "Content-Type: application/x-www-form-urlencoded" \ --url...
View ArticleDockerHub による2020/11からのコンテナイメージ Pull 回数制限のCircleCIへの影響
こちらに関して、Docker Authenticated Pullとして記述を追加しています。日本語の方も準備していますが、まずはこちらを共有させていただきます。 circleci.com Using Docker Authenticated Pulls - CircleCI
View ArticleHow to deploy nuxt proj with circleci once have new commit to github
Recently I made a dev branch for myrepo in GitHub, I deploy the Nuxt app by running sh deploy-dev.sh in my ubuntu server (digitalocean droplet). I found that manually redeploying my project to the...
View ArticleHaving trouble deploying to digitalocean from circleci
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View Article