From 3b5fc18151176142c9c7e73dd44e05d9b658e886 Mon Sep 17 00:00:00 2001 From: conglin Date: Thu, 11 Nov 2021 20:08:01 +0800 Subject: [PATCH] update oat Signed-off-by: conglin --- docker/build.sh | 4 ++-- docker/standard/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/build.sh b/docker/build.sh index c2edcf71aee..e1f08d1ee47 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright (c) 2020 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,6 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. - -#!/bin/sh docker build -t openharmony-docker:0.0.5 . diff --git a/docker/standard/build.sh b/docker/standard/build.sh index 7627d6123d5..01edc53f4f8 100755 --- a/docker/standard/build.sh +++ b/docker/standard/build.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright (c) 2020 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,6 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. - -#!/bin/sh docker build -t openharmony-docker-standard:0.0.4 . -- Gitee