diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2020-05-19 22:28:21 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2020-05-19 22:28:21 +0000 |
| commit | 4f8367bf2f5b3294d9a82ebf9fb08d6e3bf83b94 (patch) | |
| tree | ef04504a3b82a936a0b7648f068ac2f465d1e3e6 | |
| parent | bc4fd2bccd1f62696c3da4f765684527fcbb8e50 (diff) | |
CI: Fix YAML syntax error
| -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 116e340e..01f69c3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,7 +180,7 @@ deploy windows i686: # Platform-specific - cp -a ../lib/*.dll . - mkdir imageformats - - cp -a ../lib/imageformats/*.dll imageformats/ || : + - 'cp -a ../lib/imageformats/*.dll imageformats/ || :' - cp -a ../bin/Attorney_Online.exe . # Zipping |
