Installing image but command no output
It’s been 5 days I am struggling with this error, need help. I am trying to install bufbuild in one of my step in a job but no output anchor_for_install_buf: &install_buf name: Download latest buf...
View ArticleInstalling image but command no output
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleInstalling image but command no output
curl -sSL https://github.com/bufbuild/buf/releases/download/$BUFVERSION/buf-$(uname -s)-$(uname -m) > /home/circleci/repo/buf chmod +x /home/circleci/repo/buf - run: name: BufBuild check proto...
View ArticleStale Jobs Listing
On my Jobs page, I don’t see any jobs that have run from the past two days. I cleared my browser’s cache and logged out/in to see if that would allow me to see newly run jobs. It did not.
View ArticleStale Jobs Listing
Same with me, I see everything in the workflows page and can access all builds, but jobs list is several days old
View ArticlePassed parameter doesn't work
I try to execute API call using when: on_fail step The idea is to rerun the build, but limit the number of retries. So, looks like this version: 2.1 parameters: number_of_retries: type: integer...
View ArticleUse of > in workflows.$name.when
Following snippet doesn’t create pipeline, when I push tag, it still requires filters.tags specified on every job workflows: version: 2 deploy_uat: when: equal: [uat, << pipeline.git.tag...
View ArticleBot to update Docker images?
We use Python/Node/Browser images in a lot of our tests. We want to be on the latest patch mainly so we get up-to-date browsers, so mostly we omit the patch level from the image name, eg: - image:...
View ArticleNew Convenience Image Early Access - Ready for testing!
Any chance of getting a convenience image in Linux for dotnet? The language would be c# then.
View ArticleFailures with assets:precompile
When my workflow runs bundle exec rake assets:precompile it fails. But if I run the job with SSH and run the command myself manually, it sometimes succeeds. What would explain the inconsistency? There...
View ArticleInstalling yarn with orb:node2.1.1 install_yarn command not working
Hi @andreacab1! Thank you for trying that. This is so odd – especially since it seems to work fine when you SSH into the build! I tried the exact same config that you’re using with the Node 12.16 cimg...
View ArticleInstalling yarn with orb:node2.1.1 install_yarn command not working
Also, can you try running your config without the checkout step? This will help us identify if maybe something is up with yarn.lock or if it is an issue with the executor. Thank you!
View ArticleInstalling yarn with orb:node2.1.1 install_yarn command not working
Hey @annapamela, Just did what you said. The first time I just retried (https://app.circleci.com/pipelines/github/andreacab/studiodeville-frontend/14/workflows/7cb773d6-26c2-4134-84fb-5ef0a7a337c7)...
View ArticleDeploy python application to AWS ECS with EFS
Actually, the app has been deployed already and worked fine until I decided to configure an application user inside a Docker container. It forced me to use mount points for EFS. It is forbidden to...
View ArticleInstalling yarn with orb:node2.1.1 install_yarn command not working
Hi @andreacab1 , Thanks for trying it! OK so now at least we have ruled out the image. Let’s see if there’s an issue with your yarn.lock file by creating a fresh one. Can you delete your yarn.lock...
View ArticleInstalling yarn with orb:node2.1.1 install_yarn command not working
Hey @annapamela, Thanks for your guys’ help! I realized I hadn’t checked in some of the files that are needed when using yarn. I believe it’s specifically the .yarn/releases/yarn-1.22.4.js that was...
View ArticleInstalling yarn with orb:node2.1.1 install_yarn command not working
Hi @andreacab1, I’m so glad it’s working now! If you have questions later, you can always submit a support ticket at https://support.circleci.com/ also! Happy building!
View ArticlePersist the `.cache` and `public` directories between incremental build...
hemant: Cache : This feature only cache dependencies. This is incorrect. What you need to use is CircleCI caching. The save_cache step would be used once the content you want to cache exists and the...
View ArticleNew Python Convenience Image Public Beta
@antonio Thank you for the feedback. I can’t 100% say the cause for this, but my assumption is that when it takes longer. it can be due to Docker Hub serving speed of the image and when your job runs...
View ArticleNext-Gen CircleCI Convenience Images - Public Beta
Hi, great questions. There’s no immediate plans but we’re open to feedback. Considering CircleCI has Windows machine/VM images, when would you want to use Docker images on Windows rather then just use...
View Article