Skip to content

Commit

Permalink
Merge pull request #305 from IBM-Q-Software/sps-configuration
Browse files Browse the repository at this point in the history
Base SPS configuration
  • Loading branch information
Tansito authored and GitHub Enterprise committed Jun 7, 2024
2 parents f02373c + cc04ab0 commit 3338647
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .pipeline-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# SPS configuration

version: '1'

# Set up your build and test environment to prepare the rest of the pipeline stages
setup:
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.40
script: |
#!/usr/bin/env bash
echo "Running custom setup script"
detect-secrets:
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.40
script: |
#!/usr/bin/env bash
echo "Running custom detect-secrets script"
code-unit-tests:
image: icr.io/continuous-delivery/pipeline/pipeline-base-ubi:3.40
script: |
#!/usr/bin/env bash
echo "Running custom code-unit-tests script"
compliance-checks:
skip: true

finish:
skip: true

0 comments on commit 3338647

Please sign in to comment.