Skip to content

nn-dma/check_for_custom_install_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 

Repository files navigation

Important

This repository has moved to here and is being deprecated and will be disabled on 2025-07-01. This version of the repository is part of the Release Candidate for the QMS v2.0 pipeline tool stack. To migrate, regenerate the pipeline with the latest version of the QMS CLI, which will update paths and dependencies.

Check for Custom or manual installation files

Purpose

This action will scan a designated area of the code base for custom installation scripts, and check if they have changed, since last release.

Inputs

The following inputs are required for the action to run:

  • install_script_path The path to the custom installation scripts. This is the path to the directory where the custom installation scripts are located.

Outputs

The following outputs are generated by the action:

  • install_files.
    • true: there are files in the install_script_path
    • false: there are no files in the install_script_path
  • changed_files. List of files that have changed since last release.

Usage

To use the action, add the following to the QMS pipeline:

- name: Check for custom installation files
  uses: nn-dma/check_for_custom_install_scripts@main
  with:
    install_script_path: 'scripts/install'

About

QMS step for checking, if there are files for manual / custom installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors