Skip to content
Snippets Groups Projects

Add basic CI/CD functionality

Merged Mick Veldhuis requested to merge add-cicd-pipeline into main
Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -33,6 +33,7 @@ sast:
# Validate the top-level workflow(s) and their input(s)
validate:
stage: test
needs: ["trigger_prepare"]
script:
- echo $CI_REGISTRY_IMAGE
- echo $CI_COMMIT_REF_SLUG
Loading