FIX: fixed cleanup for real this time
This commit is contained in:
parent
76a21cafa0
commit
79701fe227
3 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue