FIX: fixed cleanup for real this time

This commit is contained in:
kharhamel 2021-04-27 17:47:12 +02:00
parent 76a21cafa0
commit 79701fe227
3 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{
local env = std.extVar("env"),
local namespace = env.GITHUB_REF_SLUG,
local namespace = env.GITHUB_HEAD_REF_SLUG,
local tag = namespace,
local url = if namespace == "master" then "workadventu.re" else namespace+".test.workadventu.re",
// develop branch does not use admin because of issue with SSL certificate of admin as of now.