codeship Questions
4
Solved
I am using Codeship CI for my project.
I have selenium tests and I am using remote browser from selenium/standalone-firefox but it's producing tons of logs, so I want to disable stdout for selenium...
Shirtmaker asked 12/10, 2016 at 10:50
7
I'm trying to get docker login auth from ~/.docker/config.json file.
But I can't see auth token in my config.json file.
Here is my docker version.
docker version
Client:
Version: 17.03.1-ce
API ...
Mundell asked 16/4, 2017 at 19:52
6
Solved
fdescribe() and fit() are great for reducing noise when you're working on a subset of tests. I sometimes forget to change them back to describe()/it() before merging my branch into master. (It's ok...
Uppity asked 8/7, 2015 at 21:49
3
Solved
I am trying to run some tests on Codeship with Ruby 2.7.0 and Rails 6.0.2.2.
The Error:
When we try to push a new change, we get a build error that says 'You must use bundler 2 or greater with thi...
Billiot asked 20/4, 2020 at 17:5
5
Solved
This is a rather obscure issue. I have an Angular app that will be running through Codeship for CI. However, when it comes time to run npm install on the Codeship box, npm gives back
-npm ERR! fet...
2
I'm testing a container in Codeship that requires a database. Using services in codeship-services.yml I'm linking the database container to the application container. The problem is the database co...
1
Solved
I need to integrate a continuous integration system in my Android project, I have seen that CodeShip is a good alternative so I have created and configured a project to compile my Android applicati...
Debra asked 1/10, 2018 at 21:5
2
Solved
I have an Android app source code which uses
1 Android SDK (Obviously)
2 Robolectric (for unit tests)
3 Gradle (for build process)
The problem encounter while trying to use the other build process...
1
I use Codeship to test my project based on the Polymer starter kit v1.1.
When I run npm test inside the test pipeline I see the following error:
> @ test /home/rof/src/github.com/TFarla/night-...
Perorate asked 20/9, 2015 at 12:12
4
Solved
I'm using Codeship to deploy a firebase app.
In order to do so, I first need to login using the firebase login command. Problem is, I need to login in the browser and then return to the command lin...
Spivey asked 26/11, 2015 at 12:47
2
My very basic feature specs are passing just fine locally but failing on CircleCI and Codeship. The tests that are failing:
require 'spec_helper'
describe 'Authentication' do
describe "sign in"...
1
I'm trying to use Ansible to connect to an AWS EC2 instance from a Codeship build. This has been working perfectly in another AWS region (eu-west-1) but now I want to setup servers in us-east-1 and...
Strophe asked 29/4, 2016 at 8:7
2
Solved
I'm deploying a Node.js application through Codeship using the CodeDeploy AWS deployment system.
I am making use of the appspec.yml file to set the owner and permissions of one of the deployed dir...
Galingale asked 4/2, 2015 at 11:26
1
Solved
I'm trying to set up a continous integration pipeline for my python 3.5.1 / django 1.9.7 project.
The project is running fine on heroku, and the codeship deployment pipeline for heroku works well...
1
Solved
I have a question maybe a little silly, I'm trying to deploy a static site with codeship but I can't understand the documentation:
https://codeship.com/documentation/continuous-deployment/deployme...
Barfield asked 11/2, 2016 at 18:56
2
What are the appropriate S3 permissions to deploy an Elastic Beanstalk app using CodeShip? When deploying a new version to a tomcat app I get these errors:
Service:Amazon S3, Message:You do not ...
Kiloliter asked 6/4, 2015 at 13:11
2
Solved
I am reading the Codeship documentation about skipping builds.
I am struggling to understand the correct format when doing a commit. I want to skip builds because I don't want to go over the 100 f...
Arithmetic asked 22/5, 2015 at 10:14
2
Solved
I have been trying out Codeship and Heroku for continuous deployment of an AngularJS application I writing at the moment. The app was created using Yeoman and uses bower and grunt. Initially I thou...
Onestep asked 19/3, 2015 at 23:3
1
Solved
When I attempt an elastic beanstalk deployment, one of my container_commands may fail. Unfortunately, the elastic beanstalk log eb-commandprocessor.log only reports a non-zero exit status:
Error o...
Fabron asked 5/2, 2015 at 3:41
2
Solved
I have a Node.js application which is being automatically deployed to Amazon Web Service through Codeship using the CodeDeploy AWS deployment system.
During the deployment process I've set in my a...
Ite asked 13/1, 2015 at 14:6
1
Solved
I'm getting this exception:
[WARN] org.springframework.web.context.support.GenericWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt
org.sprin...
Zed asked 13/10, 2014 at 21:7
1
© 2022 - 2024 — McMap. All rights reserved.