Skip to content

Commit

Permalink
fix, PEBKAC, name latest file .tar.xz with a dot
Browse files Browse the repository at this point in the history
  • Loading branch information
hroptatyr committed Feb 13, 2017
1 parent d499352 commit 6f21ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pages:
- make V=1 distcheck
- mkdir -p public
- cp dateutils-*.tar.* public/
- ln -sf dateutils-*.tar.xz public/dateutils-latest.tar,xz
- ln -sf dateutils-*.tar.xz public/dateutils-latest.tar.xz
- ln -sf dateutils-*.tar.gz public/dateutils-latest.tar.gz
artifacts:
paths:
Expand Down

0 comments on commit 6f21ebb

Please sign in to comment.