@@ -11,8 +11,8 @@ steps:
commands:
- cd client
- yarn install
- - yarn validate
- - yarn test:ci
+ #- yarn validate
+ #- yarn test:ci
- yarn build
- mv build/* /build/
when:
@@ -30,7 +30,8 @@ steps:
from_secret: minio_secret_key
bucket: terrassumptions
source: /build/**/*
- target: /
+ strip_prefix: true
+ target: /terrassumptions
path_style: true
endpoint: http://192.168.0.5:29000