diff options
author | gumi <git@gumi.ca> | 2018-07-17 14:50:51 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-17 14:57:42 -0400 |
commit | 26355ca9731da1e0dba1b0a631dd00294b9bd6bc (patch) | |
tree | bb5d185dce13232a8ef84ef276e54bd0371d4bdd /.gitlab-ci.yml | |
parent | b8cfd6d94d48fb5e20e2ace923d4bb07328d3f48 (diff) | |
download | serverdata-26355ca9731da1e0dba1b0a631dd00294b9bd6bc.tar.gz serverdata-26355ca9731da1e0dba1b0a631dd00294b9bd6bc.tar.bz2 serverdata-26355ca9731da1e0dba1b0a631dd00294b9bd6bc.tar.xz serverdata-26355ca9731da1e0dba1b0a631dd00294b9bd6bc.zip |
update news
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ecaae6c..2cb15999 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ pages: - make updates - make news - cp -v world/map/news.txt public/ - - echo '<title>static update server</title><a href="Legacy.zip">Legacy.zip</a><br><a href="Legacy-music.zip">Legacy-music.zip</a><br><a href="news.txt">news.txt</a><br><a href="resources.xml">resources.xml</a>' > public/index.html + - echo '<title>static update server</title><a href="TMW.zip">TMW.zip</a><br><a href="TMW-music.zip">TMW-music.zip</a><br><a href="news.txt">news.txt</a><br><a href="resources.xml">resources.xml</a>' > public/index.html # path for legacy compatibility - mkdir -p public/updates - cp -v public/*.* public/updates/ |