File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 14
14
COMMAND=" bats /getssl/test --timing"
15
15
fi
16
16
17
+ REPO=" "
18
+ if [ -n " $GITHUB_REPOSITORY " ] ; then
19
+ REPO=" $( echo " $GITHUB_REPOSITORY " | cut -d/ -f1) "
20
+ if [[ " $REPO " == " srvrco" ]] ; then
21
+ REPO=" "
22
+ else
23
+ REPO=" ${REPO} -"
24
+ fi
25
+ fi
26
+
17
27
ALIAS=" $OS .getssl.test"
18
28
GETSSL_IDN_HOST=" $OS .xn--t-r1a81lydm69gz81r.test"
19
29
STAGING=" "
20
30
GETSSL_OS=$OS
21
31
22
32
if [[ " $OS " == * " duckdns" * ]]; then
23
- ALIAS=" ${OS% -duckdns} -getssl.duckdns.org"
33
+ ALIAS=" ${REPO}${ OS% -duckdns} -getssl.duckdns.org"
24
34
STAGING=" --env STAGING=true --env dynamic_dns=duckdns"
25
35
GETSSL_OS=" ${OS% -duckdns} "
26
36
elif [[ " $OS " == * " dynu" * ]]; then
27
- ALIAS=" ${OS% -dynu} -getssl.freeddns.org"
37
+ ALIAS=" ${REPO}${ OS% -dynu} -getssl.freeddns.org"
28
38
STAGING=" --env STAGING=true --env dynamic_dns=dynu"
29
39
GETSSL_OS=" ${OS% -dynu} "
30
40
elif [[ " $OS " == " bash" * ]]; then
You can’t perform that action at this time.
0 commit comments