Skip to content

Commit

Permalink
label删掉
Browse files Browse the repository at this point in the history
  • Loading branch information
aozhuochao committed Aug 28, 2024
1 parent 2b7add7 commit 2ea72ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uiauto-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# build-args: NODE_VERSION=14
# APK_ARG=rsync
# Adds labels with git repository information to the built image
labels: true
# labels: true

- name: 构建镜像 adockero/uiauto-dev:adb
uses: docker/build-push-action@v3
Expand All @@ -66,7 +66,7 @@ jobs:
# build-args: NODE_VERSION=14
# APK_ARG=rsync
# Adds labels with git repository information to the built image
labels: true
# labels: true



Expand Down
5 changes: 0 additions & 5 deletions common/adb-auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ IFS=","
ip_port_array=$ANDROID_DEVICES


# 循环连接每个IP:端口
# for ip_port in "${ip_port_array[@]}"
# do
# adb connect "$ip_port"
# done

# 循环检测连接是否断开,间隔REMOTE_ADB_POLLING_SEC秒
# REMOTE_ADB_POLLING_SEC=10
Expand Down

0 comments on commit 2ea72ba

Please sign in to comment.