-
-
Notifications
You must be signed in to change notification settings - Fork 21
symlink check for status #1330
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels