Skip to content

Commit 1957c0b

Browse files
martenoledavidrohr
authored andcommitted
Omit token check if internal CCDB is used
1 parent ec12ba2 commit 1957c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
MYDIR="$(dirname $(realpath $0))"
66
source $MYDIR/setenv.sh
77

8-
if [[ $EPNSYNCMODE == 0 ]]; then
8+
if [[ $EPNSYNCMODE == 0 ]] && [[ $DPL_CONDITION_BACKEND != "http://o2-ccdb.internal" ]]; then
99
alien-token-info >& /dev/null
1010
if [[ $? != 0 ]]; then
1111
echo "No alien token present" 1>&2

0 commit comments

Comments
 (0)