Skip to content

symlink check for status #1330

@shahzebsiddiqui

Description

@shahzebsiddiqui

similar to #1327 where we check for files we can have a check for symbolic link checks.

This could be done something like this with a field name is_symlink which expects a list of values that are checked for symbolic link

buildspecs:
 symlink_test:
   type: script
   executor: generic.local.bash
   description: status check based on symbolic link
   run: |
      ln -s /tmp scratch
   status:
     is_symlink:
       - scratch

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions