From ae1bee824f5bbe44e88c980e29257c52ae386eda Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 9 Nov 2022 13:37:43 +0100 Subject: [PATCH] MAINT: Use dev as deploy ref again in pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11a9a540..b3d72859 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. variables: - DEPLOY_REF: f-http-proxy + DEPLOY_REF: dev CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-pylib/testenv:latest # When using dind, it's wise to use the overlayfs driver for # improved performance. -- GitLab