Sh: 1: serverless: Permission denied
yea – we are also starting to see this issue using circleci/node:8.10. same behavior as what @brannondorsey mentioned – it happens intermittently and re-running the workflow gets it to work, so its...
View ArticleSh: 1: serverless: Permission denied
fwiw – throwing a sudo chmod 755 on the actual serverless/bin/serverless.js maybe worked?
View ArticleStatus badges for skipped builds show as failed
Same issue here. Skipped builds are causing our master branch badges to show as failed. I’m guessing there has been no progress on this one?
View ArticleStop a build from a job
So, I found out that I can stop a job, successfully, using circleci step halt. But I would like to skip/cancel an entire build/workflow from a job. Everything but a failed state is acceptable. How can...
View ArticleIs downloading cocoapods from S3 still advantageous?
Thanks a lot! I am at the moment unfortunately busy with another (non-iOS) project, but I will change my pipeline eventually and let you know should I encounter any problems. Thank you for looking...
View ArticleRunning Protractor in CircleCi parallelism
I was looking into making tests run in parallel in circleci to speed up tests. In Protractor, there is a capability to shard test files, but it doesn’t appear to help the speed of tests in CircleCI. I...
View ArticleAndriod, Error Computing Cache KEY No such directory found
Hello, I have spent hours trying to figure this issue out and can not for the life of me understand how to fix the issue. Starting: My github root directory holds the .circleCI folder; however the...
View ArticleAndriod, Error Computing Cache KEY No such directory found
config.yml: version: 2 jobs: build: working_directory: ~/seg2105-project-team-f19-24/BookerX docker: - image: circleci/android:api-25-alpha environment: JVM_OPTS: -Xmx3200m steps: - checkout -...
View ArticleProposed Breaking Changes to the API v2 (Preview)
@ndintenfass I’ve supplied a reduced version of the configuration to highlight the elements related to the pipeline parameter. Some things I’m curious about Could the inclusion of triggers impact the...
View ArticleUsing project API tokens to access the cc-tray API
Hey, I’m trying to use Nevergreen to monitor our CircleCI pipelines through the CCTray API CircleCI is implementing (thank you for that!). So far I’ve learned that I can only use my “Personal API...
View ArticleIs CIRCLE_COMPARE_URL still a thing?
Hi @stig I’m trying to use the CIRCLE_COMPARE_URL code you listed. What I’m seeing for new branches is that there is no pipeline.git.base_revision . Any recommendations on how to get this compare url...
View ArticleElastic Beanstalk Deploy never terminates on CircleCi but App is deployed
Had a similar issue and found a suggestion to add the permission elasticbeanstalk:DescribeEvents to the deploy user. Resolved my issue.
View ArticleDocker 19.03 support for setup_remote_docker
Any update on this? I’m also interested in using new docker (features and bugfixes) with setup_remote_docker. For reference, here’s the list of supported versions:...
View ArticleAPI endpoint for linting config files
I filed a bug 3 months ago about the CLI validate tool not using the same validation rules/grammar as the actual parser on the CI servers. Useless as a validator as a result; passes things that don’t...
View ArticleCan't confirm new email address
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleHow to use GitHub Packages with CircleCI
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.
View ArticleAPI endpoints for a private repo respond with 404 to an invalid token
@ndintenfass thanks for your reply but I have to disagree with you. GitHub does return 401 unauthorized on any request if the access token in use is invalid. I do not see how replying with 401 to...
View Article"unable to connect to chromedriver" error
Did you manage to figure out what was causing this?
View Article"unable to connect to chromedriver" error
I did yes. I managed to fix it by bumping the circleci cache key. I don’t know why the cache was the issue and it took forever to narrow it down to that but when I altered the key and forced a rebuild...
View Article