CI pipeline not running when introducing a new stage

This page summarizes the projects mentioned and recommended in the original post on /r/gitlab

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • yor

    Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it.

  • .git-script: &git-script | set -xv cd $CI_PROJECT_DIR git status lines=$(git status -s | wc -l) if [ $lines -gt 0 ];then echo "committing" git config --global user.name "$AUTO_COMMITTER_NAME" git config --global user.email "$AUTO_COMMITTER_EMAIL" echo ".yor_plugins" >> .gitignore git add . git commit -m "YOR: Auto add/update yor.io tags." git push -o ci.skip "https://${GITLAB_USER_NAME}:${GIT_PUSH_TOKEN}@${CI_REPOSITORY_URL#*@}" else echo "no updated resources, nothing to commit." fi default: image: name: hashicorp/terraform:light entrypoint: - /usr/bin/env - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" stages: - validate - yor validate: stage: validate before_script: - rm -rf .terraform - terraform --version - terraform init - export AWS_DEFAULT_REGION=eu-west-1 script: - terraform validate -json run-yor: stage: yor image: ruby:2.5 script: - git checkout ${CI_COMMIT_SHA} - export YOR_VERSION=0.1.62 - wget -q -O - https://github.com/bridgecrewio/yor/releases/download/${YOR_VERSION}/yor-${YOR_VERSION}-linux-amd64.tar.gz | tar -xvz -C /tmp - /tmp/yor tag -d . - *git-script

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Any opensource Devops related projects to contribute to?

    3 projects | /r/devops | 8 May 2022
  • Terramate meets Atlantis 🚀

    2 projects | dev.to | 4 Apr 2024
  • What is DevOps?

    1 project | dev.to | 7 Jan 2024
  • Discover the 9️⃣ Best Self-Hosted, Open-Source Repositories on GitHub 💫

    1 project | dev.to | 28 Nov 2023
  • Awesome Cloud DX - a list of tools that make developer experience with AWS / GCP / Azure better

    1 project | /r/programming | 21 Oct 2023