~xenrox/10man-web

963ecb71f67aa7ab706b4968efc722cd9a72ee98 — Thorben Günther 2 years ago d5ebaa7
Fix CI

complete-build is not available outside of the manifest itself.
2 files changed, 4 insertions(+), 6 deletions(-)

M .build.yml
R get_assets.sh => build.sh
M .build.yml => .build.yml +2 -5
@@ 11,9 11,6 @@ tasks:
      cd 10man-web
      yarn install
      yarn lint
  - get_assets: |
  - build: |
      cd 10man-web
      ./get_assets.sh
  - builds: |
      cd 10man-web
      yarn build
      ./build.sh

R get_assets.sh => build.sh +2 -1
@@ 2,6 2,7 @@

if [ -f ~/.s3cfg ]; then
    s3cmd get --recursive s3://10man/img public/
    yarn build
else
    complete-build
    exit 0
fi