From e256241394f047bea7c48c5f60d57f9fbfa72bb7 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sun, 28 Nov 2021 19:50:29 -0800 Subject: [PATCH] Delete `pipeline-simple.yml`; it's old This pipeline's only purpose was an asset in a blog post that I wrote a couple of years ago, and is no longer necessary. Also, and this sounds petty, but I didn't like the RED on my CI--I'd like to see as much green as possible. Now my CI is green (with the exception of the many-colored "badges" pipeline). --- ci/pipeline-simple.yml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 ci/pipeline-simple.yml diff --git a/ci/pipeline-simple.yml b/ci/pipeline-simple.yml deleted file mode 100644 index ac87969..0000000 --- a/ci/pipeline-simple.yml +++ /dev/null @@ -1,39 +0,0 @@ -# fly -t nono sp -p simple -c pipeline-simple.yml -# fly -t nono expose-pipeline -p simple -# fly -t nono unpause-pipeline -p simple -jobs: -- name: unit - plan: - - get: src - trigger: true - - task: unit - config: - platform: linux - image_resource: - type: docker-image - source: - repository: fedora - run: - path: "true" - -- name: integration - plan: - - get: src - trigger: true - passed: [unit] - - task: integration - config: - platform: linux - image_resource: - type: docker-image - source: - repository: fedora - run: - path: "false" - -resources: -- name: src - type: git - icon: github - source: - uri: https://github.com/cunnie/sslip.io