-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Orb version
cmgriffing/bun-orb@0.0.28
### Current behavior
I have setup my runner to un in:
```yml
doc…
-
### Description
CircleCI is deprecating certain Docker images, which will no longer receive updates. This repository's configuration (`.circleci/config.yml`) uses `circleci/golang`, which should be…
bflad updated
6 months ago
-
# Description
My CI used to work normally, but yesterday I discovered that it was built incorrectly. The CI used to build it using Gradle 8.5, but now he uses the latest Gradle 8.7 to build it, so an…
-
### Description
CircleCI is deprecating certain Docker images, which will no longer receive updates. This repository's configuration (`.circleci/config.yml`) uses `circleci/golang`, which should be…
bflad updated
6 months ago
-
**Describe the bug**
Got the following error when running `apt update`
image: **cimg/gcp:2023.12**
```
E: The repository 'https://apt.kubernetes.io kubernetes-xenial Release' does not have a Rele…
-
After upgrading from `circleci/aws-cli@3.1.5` to `circleci/aws-cli@4.0.0`, builds are failing.
`config.yml` snippet:
```yaml
version: 2.1
orbs:
aws-cli: circleci/aws-cli@4.0.0
jobs:
bui…
-
## Acceptance criteria
Modify CircelCI deploys to be done using AWS Roles and AWS OIDC Context. We do not want to make use of openchs-infra.pem file for circle-ci config deploys anymore.
Refer to th…
-
### Description
We recently upgraded to latest React-Native (0.72.2) and upgraded Reanimated to 3.3.0. After this upgrade, we get the following error when running assembleDebug for Android:
```
…
-
## 概要
日頃から使っているRubyスクリプトをseleniumを使ったテストに置き換えてみる。
このスクリプトは、プログラミング学習兼ポートフォリオ制作でよく使うWebページを自動で開く。
CircleCIを使ってテストの自動化まで行う。
```ruby
# open_web_development_site.rb
github = 'https://github.com/ha…
-
Since https://github.com/mozilla/addons-server/commit/fdfc355fa18237752285c99d6628b369138a72fd CI has been failing with a single test - `test_temporary_worktree`.
First thoughts were that the pyt…