#
ci
Automatically build and test your code as you push it upstream, preventing bugs from being deployed to production. A complementary practice to CI is that before submitting work, each programmer must do a complete build and run (and pass) all unit tests. Integration tests are usually run automatically on a CI server when it detects a new commit.
Here are 530 public repositories matching this topic...
如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/欢迎讨论/大量注释/操作配图),你将习得部署如:K8S(Kubernetes)、dashboard、Harbor、Jenkins、本地gitlab、Apollo框架、promtheus、grafana、spinnaker等。
git
kubernetes
jenkins
gitlab
apollo
ci
cd
grafana
prometheus
zookeeper
paas
etcd
spinnaker
cicd
dubbo
harbor
-
Updated
Dec 11, 2021 - Shell
android
kotlin
emulator
docker
build
hack
gradle
continuous-integration
ci
docker-container
docker-image
android-sdk
hacking
vnc
containerization
-
Updated
Oct 16, 2021 - Shell
-
Updated
Jun 6, 2021 - Shell
docker
php
gitlab
continuous-integration
continuous-delivery
ci
cd
gitlab-ci
docker-images
laravel-dusk
hacktoberfest
test-laravel
-
Updated
Jun 29, 2021 - Shell
600+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Kafka, Docker, APIs, Hadoop, SQL, PostgreSQL, MySQL, Hive, Impala, Travis CI, Jenkins, Concourse, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build Linting, pkg mgmt for Linux, Mac, Python, Perl, Ruby, NodeJS, Golang, Advanced dotfiles: .bashrc, .vimrc, .gitconfig, .screenrc, .tmux.conf, .psqlrc ...
github
mysql
git
linux
api
bash
docker
kubernetes
jenkins
aws
spotify
devops
kafka
hadoop
ci
perl
cloudera
postgresql
gcp
-
Updated
Dec 17, 2021 - Shell
-
Updated
Jan 11, 2021 - Shell
Awesome Continuous Integration - Lot's of tools for git, file and static source code analysis.
ruby
python
docker
php
analysis
continuous-integration
ci
regex
docker-image
perl
coding-style
trailing-spaces
syntax-checker
utf8
crlf
trailing-newline
scripts-offer
regex-contributions
awesome-ci
-
Updated
Nov 9, 2020 - Shell
sudermanjr
commented
Sep 25, 2019
Look into and create a POC of a public github action using rok8s-scripts
Make customized Alpine Linux disk image for virtual machines
-
Updated
Nov 27, 2021 - Shell
Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
-
Updated
Nov 25, 2021 - Shell
A powerful testing framework for ZSH projects
testing
zsh
tap
unit-testing
ci
test-runner
assertions
test-automation
test-framework
developer-tools
testing-tools
-
Updated
Sep 8, 2021 - Shell
Showcase of how to manage building projects inside monorepo with Gradle as build tool and CircleCI, Bitbucket Pipelines, Travis CI or GitHub Actions as CI tool.
-
Updated
Nov 10, 2021 - Shell
LXC continuous integration and build scripts
-
Updated
Dec 16, 2021 - Shell
Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.
-
Updated
Nov 19, 2021 - Shell
jekyll
jekyll-site
workflow
github-page
awesome
schedule
deployment
gh-pages
ci
actionscript
deploy
configuration
actions
site
recommend
github-workflow
gihub-actions
-
Updated
Oct 20, 2021 - Shell
A GitHub Action to run Go commands
-
Updated
Sep 10, 2021 - Shell
A template for maintaining a multiple environments infrastructure with Terraform. This template includes a CI/CD process, that applies the infrastructure in an AWS account.
-
Updated
Nov 11, 2020 - Shell
Bash script to easily deploy applications with AWS Code Deploy. Designed to be used with CI systems such as TravisCI, CircleCI, and CodeShip and provide functionality that is not included in the out-of-box solutions from these vendors.
-
Updated
Aug 13, 2021 - Shell
Run a security scan on your terraform with the very nice https://github.com/liamg/tfsec
aws
security
ci
azure
terraform
scanner
static-analysis
actions
compliance
google-cloud-platform
hacktoberfest
tfsec
-
Updated
Dec 7, 2021 - Shell
Wraps and install Jest test runner in a github action.
-
Updated
Jun 7, 2020 - Shell
-
Updated
Oct 20, 2019 - Shell
Github action that runs ESLint on javascript code.
-
Updated
Jun 7, 2020 - Shell
- Wikipedia
- Wikipedia
Describe the bug
git diff-treeused by linter onpushchecks only files from the last commit and regardless of files status, so deleted or renamed files are also checked.There are now 2 different
gitcommands used for finding the list of broken files (find them here: https://github.com/github/super-linter/blob/v3.14.4/lib/functions/buildFileList.sh#L59-L105).git diff-treeis u