silkypix-helpers

scripts for managing sidecar files created by SilkyPix Developer Studio
git clone https://git.clttr.info/silkypix-helpers.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit b59d111b236b06a8aecaa63571ad667fab4572f1
parent 44e7f8c73d3845f2515428c79546a5e6509c9506
Author: René Wagner <rwagner@rw-net.de>
Date:   Sat, 18 Jul 2020 20:30:31 +0200

fix wrong filenames for syntax check

Diffstat:
M.build.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -11,10 +11,10 @@ artifacts: tasks: - build: | cd photo-helpers - perl -c art_file_mover.pl - perl -c jpegdivider.pl - perl -c silkypix_orphaned_sidecar_cleaner.pl - perl -c silkypix_multiversion_sidecar_cleaner.pl + perl -c afm.pl + perl -c jd.pl + perl -c sposc.pl + perl -c spmvsc.pl mkdir bin /usr/bin/vendor_perl/pp -z 9 -f Bleach -o afm afm.pl /usr/bin/vendor_perl/pp -z 9 -f Bleach -o jd jd.pl