-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Consolidate checksum config under one directive
Before
command:
x:
checksum:
- file.txt
persist_checsum: true
y:
persist_checsum: true
checksum:
configs:
- config.txt
sql:
- migration.sql
z:
persist_checsum: true
checksum_cmd: echo "1234"After
- All configuration under
checksum - Use either
filesorsh filescan be a list of a map of file groups- Use
persist: trueinstead of command-levelpersist_checksum
command:
x:
checksum:
files:
- file.txt
persist: true
sh: echo "1234"
y:
checksum:
persist: true
files:
configs:
- config.txt
sql:
- migration.sql
z:
checksum:
persist: true
sh: echo "1234"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels