diff options
Diffstat (limited to 'deployment/ubuntu-package-x64/docker-build.sh')
| -rwxr-xr-x | deployment/ubuntu-package-x64/docker-build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment/ubuntu-package-x64/docker-build.sh b/deployment/ubuntu-package-x64/docker-build.sh index 94286529c..97bc45a06 100755 --- a/deployment/ubuntu-package-x64/docker-build.sh +++ b/deployment/ubuntu-package-x64/docker-build.sh @@ -20,7 +20,6 @@ if [[ -n ${web_branch} ]]; then checkout -b origin/${web_branch} fi yarn install -yarn build mkdir -p ${web_target} mv dist/* ${web_target}/ popd |
