We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d2704 commit 6811a0eCopy full SHA for 6811a0e
admin/fetch_updated_apps.sh
@@ -26,6 +26,11 @@ function get_docker_compose_services() {
26
echo "${service}"
27
fi
28
done
29
+
30
+ echo "cognition-exec-env"
31
+ echo "refinery-lf-exec-env"
32
+ echo "refinery-ml-exec-env"
33
+ echo "refinery-ac-exec-env"
34
}
35
36
function get_latest_app_tag() {
0 commit comments