We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7175d68 + 03ddfb1 commit 53fd0ceCopy full SHA for 53fd0ce
admin/misc.sh
@@ -20,7 +20,6 @@ APP_REPOS=(
20
refinery-ac-exec-env
21
refinery-lf-exec-env
22
refinery-ml-exec-env
23
- refinery-record-ide-env
24
)
25
26
for repo in ${APP_REPOS[@]}; do
admin/repo_list/app_iac.sh
@@ -21,7 +21,6 @@ export REPO_LIST_APP_IAC=(
tf-azure-refinery-ml-exec-env
tf-azure-refinery-model-provider
tf-azure-refinery-neural-search
- tf-azure-refinery-record-ide-env
tf-azure-refinery-tokenizer
tf-azure-refinery-ui
27
tf-azure-refinery-updater
k8s/exec_env_pull.sh
@@ -25,7 +25,6 @@ PULL_IMAGE_NAMES=(
"refinery-ac-exec-env"
"refinery-lf-exec-env"
"refinery-ml-exec-env"
28
- "refinery-record-ide-env"
29
30
total_images=${#PULL_IMAGE_NAMES[@]}
31
0 commit comments