standardize whitespace in scripts

This commit is contained in:
Hans-Christoph Steiner 2019-07-03 15:46:22 +02:00
parent f13b5521f9
commit fcfd93f7cd
2 changed files with 22 additions and 22 deletions

View File

@ -34,7 +34,7 @@ $aptly publish repo --skip-signing --distribution autobuilt --architectures all,
rm -rf public rm -rf public
cp -a ~/.aptly/public public cp -a ~/.aptly/public public
# ease debugging since directory indices are disabled # ease debugging since directory indices are disabled
cd public cd public
printf "<html><head><title>apt source for %s</title></head><body><h1>" $CI_PROJECT_PATH > index.html printf "<html><head><title>apt source for %s</title></head><body><h1>" $CI_PROJECT_PATH > index.html
date >> index.html date >> index.html