Skip to content
#

circleci

Here are 1,614 public repositories matching this topic...

tox
bento-starter
oliviercailloux
oliviercailloux commented Aug 23, 2018

Perhaps you could add a word in the README file for saying that asciidoctor format is supported as well? (And what else?)

Also, apparently there’s no support for recurse option in awesome_bot but I was able to make it work with find -name "*.adoc" -print0 | xargs -0 awesome_bot in the .travis.yml file. Perhaps this would also deserve mention in the doc.

koa-rest-api-boilerplate
posquit0
posquit0 commented Jul 8, 2019

Problem

  • README.md is not good to include more detail content. Hosting web-based documentation can be a good solution. There is no hosting cost if we use static web generator and free hosting provider such as GitHub Pages, Netlify.

Solutions

Static Web Generators

nishils
nishils commented Jun 4, 2019

Provide a checklist of what every scanner should support in terms of integrating with Salus.

This can include things like

  • please write tests
  • please add documentation in the salus docs folder
  • please document config in the salus docs folder.

This will make sure that scanners are consistent and make it easier for folks to contribute.

bag-man
bag-man commented Dec 6, 2018

The graphqlgen prepare step fails on yarn setup:prisma

shop (mashop (master) λ  yarn setup:prisma
yarn run v1.12.3
$ cd api && yarn deploy:local && yarn seed:local
$ docker-compose -f database/docker-compose.yml up -d && prisma deploy && graphql prepare
database_mysql_1 is up-to-date
database_prisma_1 is up-to-date
Deploying service `shop` to stage `local` to server `local` 39ms
S
francisrod01
francisrod01 commented Jun 17, 2018

I'm follow the circleci react-native config example to deploy my app on circleci.

Error computing cache key: template: cacheKey:1:13: executing "cacheKey" at <checksum "Gemfile.lo...>: error calling checksum: open /home/circleci/react-native-app/android/Gemfile.lock: no such file or directory
....
#!/bin/bash -eo pipefail
bundle install
Could not locate Gemfile
Exited with code 10
``
eservent
eservent commented Sep 25, 2019

Hello,
I tried to use /bin/terraform-docs.awk to generate documentation with terraform-docs.

An error occured with this variable from provider aws, resource "aws_ecs_service", property "ordered_placement_strategy" :

variable "ordered_placement_strategy" {
  type = list(object({
    type  = string
    field = string
  }))
  description = "Ordered task placement strategy on EC2 inst

Improve this page

Add a description, image, and links to the circleci topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the circleci topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.