standardize whitespace in scripts
This commit is contained in:
parent
f13b5521f9
commit
fcfd93f7cd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue