Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
resinfo-gt
swmb
resinfo-swmb
Commits
132009f7
Commit
132009f7
authored
May 04, 2022
by
Gabriel Moreau
Browse files
Add UTC
parent
b92eca25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
132009f7
...
...
@@ -25,7 +25,7 @@ pages:
-
(cd public/; ln -sf $(ls -1t SWMB-OCS-*.zip | head -1) SWMB-OCS-Latest.zip)
-
(cd public/; ln -sf $(ls -1t SWMB-WAPT-*.zip | head -1) SWMB-WAPT-Latest.zip)
-
(cd public/; ln -sf $(ls -1t Kasperky-Uninstall-*.zip | head -1) Kasperky-Uninstall-Latest.zip)
-
echo '<html><body><h1>SWMB Setup and OCS / WAPT (zip) Package (last update ' $(date '+%Y/%m/%d %H:%M') ')</h1><ul>' > public/index.html
-
echo '<html><body><h1>SWMB Setup and OCS / WAPT (zip) Package (last update ' $(date '+%Y/%m/%d %H:%M')
UTC
')</h1><ul>' > public/index.html
-
(cd public; while read file; do printf '<li><a href="%s">%s</a> (%s)</li>\n' $file $file $(stat -c %y $file | cut -f 1 -d ' '); done < <(ls -1t *.exe *.zip) >> index.html)
-
echo '</ul></body></html>' >> public/index.html
-
(cd public ; tar --exclude '*-Latest.*' -czf ../download.tar.gz SWMB-Setup-*.exe SWMB-OCS-*.zip SWMB-WAPT-*.zip Kasperky-Uninstall-*.zip)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment