Quantcast
Channel: CircleCI Discuss - Latest posts
Browsing all 14884 articles
Browse latest View live

Connection between two secondary containers

I was able to get this working by specifying an explicit name for the postgres instance, instead of relying on the default, implicit localhost name. After naming it postgres, I was able to connect the...

View Article


Released Xcode 11.2 and macOS 10.15 (Catalina)

Hi Josh, Sorry about the change with Ruby. It’s was my doing. I’m trying to find a delicate balance with how much customization to do to macOS when we create the images. Here is a short history of the...

View Article


Released Xcode 11.2 and macOS 10.15 (Catalina)

@marc Thanks. I’ve always used a --login shell to run scripts on circle, so I guess I never noticed the changes you mentioned before. I’m sure moving the VM over to a new OS is not easy for you guys....

View Article

Unable to prepare context: unable to evaluate symlinks in Dockerfile path

I am trying to build and push a Docker image using the aws-ecr orb. Here is my setup: Starting from the root of my Git repository, my Dockerfile is located at ./services/api/Dockerfile. The entirety...

View Article

Released Xcode 11.2 and macOS 10.15 (Catalina)

@marc should we expect the new image today?

View Article


Unable to prepare context: unable to evaluate symlinks in Dockerfile path

Found it. https://github.com/CircleCI-Public/aws-ecr-orb/issues/64

View Article

Released Xcode 11.2 and macOS 10.15 (Catalina)

Hi Kevin, It won’t be today – I’ve just started the copy of the image, it will run overnight and I’ll enable it in my morning (I’m based in Ireland). Marc

View Article

Released Xcode 11.2 and macOS 10.15 (Catalina)

Hi Josh, The ~/.bash_profile, ~/.bashrc and ~/.zshrc are all the same, they contain this: export LC_CTYPE=en_US.UTF-8 source /usr/local/share/chruby/chruby.sh Marc

View Article


Released Xcode 11.2 and macOS 10.15 (Catalina)

@marc Good to know. Rather than overwrite ~/.bash_profile, I’ll just concatenate my changes on the end so I don’t clobber CircleCI’s settings.

View Article


Xcode 11.2 macOS Catalina missing git lfs

After updating to xcode 11.2.0 in our circle ci config, we have started encountering a git lfs error in the checkout phase of our jobs: git-lfs filter-process: git-lfs: command not found Based on...

View Article

Released Xcode 11.2 and macOS 10.15 (Catalina)

Thanks @marc. I’ll look for it in the morning.

View Article

Slack fail notification is sent from each individual parallelized container

In my config I’ve linked each job in my main workflow to a “send-message-to-slack” command on_fail. Unfortunately, this means that the parallelized test job sends up to 4 messages to the channel. How...

View Article

Access Denied error while trying to download software on windows cirlcleci...

I managed to solve this error by running $ProgressPreference = "SilentlyContinue"

View Article


Windows image with CMake

I managed to solve this issue by running $ProgressPreference = "SilentlyContinue" Before my Invoke-WebRequest

View Article

Xcode 11.2.1 GM Seed 1 Released

We have release Xcode 11.2.1 GM Seed 1 (version 11B53). You can select this with the following in your config.yml: jobs: build: macos: xcode: 11.2.1 The manifest of installed software is here. Apart...

View Article


Released Xcode 11.2 and macOS 10.15 (Catalina)

This is live now - Xcode 11.2.1 GM Seed 1 Released

View Article

Xcode 11.2.1 GM Seed 1 Released

Hi @marc, tried it and got an error saying git-lfs filter-process: git-lfs: command not found Have there been any breaking changes?

View Article


New answer for "Reusing configuration: executor type not supported"

There is another discussion for this topic Reusing configuration: executor type not supported, but the answer is now deprecated. The current answer is to switch circle config to version 2.1

View Article

How to pass environment variables to ssh deploy job?

I have defined a env variable named GRPC_ADDR in CircleCI under the project settings. I want to use this variable while deploying with my app on a server using ssh. I use docker-compose to orchestrate...

View Article

How to pass environment variables to ssh deploy job?

Hello! Can you try echo “export GRPC_ADDR=$GRPC_ADDR” >> $GRPC_ADDR

View Article
Browsing all 14884 articles
Browse latest View live


Latest Images