From 7b936700ee9a58ce8f217c5a556845df4db40dbe Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Mon, 18 Apr 2022 18:49:50 -0600 Subject: [PATCH] ci: automatically update both STABLE and NIGHTLY on dev environment --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b381739..26fc0a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,6 +60,15 @@ build docker amd64: } ' | curl "$BEEPER_DEV_ADMIN_API_URL" -H "Content-Type: application/json" -d @- + jq -n ' + { + password: env.BEEPER_DEV_ADMIN_NIGHTLY_PASS, + bridge: env.BEEPER_BRIDGE_TYPE, + image: "\(env.CI_REGISTRY_IMAGE):\(env.CI_COMMIT_SHA)-amd64", + channel: "NIGHTLY" + } + ' | curl "$BEEPER_DEV_ADMIN_API_URL" -H "Content-Type: application/json" -d @- + jq -n ' { password: env.BEEPER_PROD_ADMIN_NIGHTLY_PASS,