circleci-2.0 Questions

3

I use react-native on android. Everything was fine until I upgraded to latest version (0.59.4). The build keeps failing with "Gradle build daemon disappeared unexpectedly" error on CircleCI. It w...
Chokedamp asked 24/6, 2019 at 3:8

1

I am trying to create a Circleci workflow which builds and uploads a java WAR to my organizations existing S3 artifact storage bucket repository. First, the project is built and some information is...
Splat asked 22/3, 2019 at 17:52

4

Solved

I am trying to integrate my springboot tutorial project with CircleCi. My project is inside a subdirectory inside a Github repository and I get the following error from CircleCi. Goal requires...
Dedradedric asked 28/5, 2018 at 16:15

4

Solved

Excerpt from a CircleCI config file: deploy: machine: enabled: true steps: - run: name: AWS EC2 deploy command: | ssh -o "StrictHostKeyChecking no" [email protected] "cd ~/circleci-aws...
Wicklund asked 3/8, 2018 at 11:55

4

Solved

I'm trying to migrate from Crashlytics Beta to Firebase App Distribution. CircleCi in the Middle. The build failes in CircleCi with the following error: What went wrong: Execution failed for...

2

CircleCI have a CIRCLE_BRANCH env variable that tells you the name of the branch of the PR itself. But I want the other way around, I need the branch name of the PR is trying to merge against.
Pedagogy asked 13/3, 2019 at 20:28

2

Solved

Currently, rake db:schema:load is run to setup the database on CircleCI. In migrating from using schema.rb to structure.sql, the command has been updated to: rake db:structure:load. Unfortunately,...
Africa asked 29/10, 2018 at 22:51

3

I'm having a bit of trouble connecting to a private repo in order to get the certs and profiles. Here is some of the code that is running in a fastlane lane within the circle-ci job/workflow. I wou...
Damascus asked 30/10, 2019 at 19:41

2

Solved

For my project, I am trying to install (not publish!) a npm package from GitHub Packages. It is hosted on a private repository, which is in an org. I have made a personal access token with the requ...
Turkmen asked 6/12, 2019 at 9:15

3

Error parsing config file: yaml: line 22: did not find expected key Cannot find a job named build to run in the jobs: section of your configuration file. I got those errors, but I'm really...
Campagna asked 2/8, 2018 at 10:49

4

Solved

I have a Dockerfile that works fine: FROM node:10 RUN npm set unsafe-perm true RUN npm install -g '@oresoftware/[email protected]' but the same CircleCI config.yml file that mirrors the abo...
Develop asked 18/6, 2018 at 18:29

1

Solved

I have followed the guide described in Conditional steps in jobs and conditional workflows and written the below code for my CircleCI pipeline. version: 2.1 workflows: version: 2.1 workflowone: ...
Aylmer asked 13/11, 2020 at 6:11

1

I'm using the circleCI CLI locally to test my .circleci/config.yml. This is what it looks like: version: 2.1 jobs: test: docker: - image: circleci/node:4.8.2 steps: - checkout - run: echo '...
Sumerian asked 12/6, 2020 at 2:29

2

Solved

I am running a DB job using Maven liquibase plugin on circle ci. I need to read the parameters like username,password, dburl etc from AWS Parameter store.But when I try to set the value returned by...
Exercitation asked 2/2, 2019 at 13:5

1

Solved

I'm trying to use CircleCI on a Go project on GitHub with the default template for Go projects. For reference, here's what the default .circleci/config.yml looks like : version: 2 jobs: build: ...
Milium asked 26/7, 2019 at 15:48

2

Solved

I have an angular project that has an api-keys.ts file that looks like this: export var masterFirebaseConfig = {apiKey: $fireBaseApiKey, authDomain: 'dataJitsu.firebaseapp.com',databaseURL: 'https...
Headward asked 19/1, 2019 at 3:27

2

I have a project I'm trying to build, but my .api-keys document is being gitignored. So, I added my keys as environment variables to the project on circle CI. My problem is I'm not quite sure whe...
Ribbentrop asked 18/12, 2018 at 5:47

1

Solved

In my Node.js project tests I'm starting docker-compose via child_process.spawn. When running CircleCi, the build fails with this error: Couldn't connect to Docker daemon at http+docker://localho...
Flamboyant asked 29/6, 2018 at 11:4

1

Solved

I'm getting the following error while trying to run tests using capybara, selenium and chromedriver-helper. The tests run fine locally on a mac using the same version of chromedriver. I've tried se...
Castora asked 14/6, 2018 at 10:4
1

© 2022 - 2024 — McMap. All rights reserved.