This commit is contained in:
Cody 2021-05-11 19:11:01 -07:00 коммит произвёл GitHub
Родитель 3172ab93a8
Коммит 85942a733a
14 изменённых файлов: 14 добавлений и 14 удалений

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-batch-score.sh
run: set -e; bash -x how-to-batch-score.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-configure-cli.sh
run: set -e; bash -x how-to-configure-cli.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-deploy-declarative-safe-rollout-online-endpoints.sh
run: set -e; bash -x how-to-deploy-declarative-safe-rollout-online-endpoints.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-deploy-imperative-safe-rollout-online-endpoints.sh
run: set -e; bash -x how-to-deploy-imperative-safe-rollout-online-endpoints.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-deploy-managed-online-endpoint-access-resource-sai.sh
run: set -e; bash -x how-to-deploy-managed-online-endpoint-access-resource-sai.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-deploy-managed-online-endpoint-access-resource-uai.sh
run: set -e; bash -x how-to-deploy-managed-online-endpoint-access-resource-uai.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-deploy-managed-online-endpoint.sh
run: set -e; bash -x how-to-deploy-managed-online-endpoint.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-deploy-rest.sh
run: set -e; bash -x how-to-deploy-rest.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-deploy-tfserving.sh
run: set -e; bash -x how-to-deploy-tfserving.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-deploy-triton.sh
run: set -e; bash -x how-to-deploy-triton.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-manage-resources-cli.sh
run: set -e; bash -x how-to-manage-resources-cli.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-train-cli.sh
run: set -e; bash -x how-to-train-cli.sh
working-directory: cli

Просмотреть файл

@ -27,5 +27,5 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash how-to-train-rest.sh
run: set -e; bash -x how-to-train-rest.sh
working-directory: cli

Просмотреть файл

@ -368,7 +368,7 @@ jobs:
- name: docs installs
run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y
- name: test doc script
run: bash {doc}.sh
run: set -e; bash -x {doc}.sh
working-directory: cli\n"""
# write workflow