File tree Expand file tree Collapse file tree
ansible/roles/repository/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -826,7 +826,7 @@ pipeline {
826826 script{
827827 env. CI_URL = ' https://ci-tests.linuxserver.io/' + env. IMAGE + ' /' + env. META_TAG + ' /index.html'
828828 env. CI_JSON_URL = ' https://ci-tests.linuxserver.io/' + env. IMAGE + ' /' + env. META_TAG + ' /report.json'
829- CI_TEST_ATTEMPTED = ' true'
829+ env . CI_TEST_ATTEMPTED = ' true'
830830 }
831831 sh ''' #! /bin/bash
832832 set -e
Original file line number Diff line number Diff line change @@ -1178,7 +1178,7 @@ pipeline {
11781178 script{
11791179 env.CI_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/index.html'
11801180 env.CI_JSON_URL = 'https://ci-tests.linuxserver.io/' + env.IMAGE + '/' + env.META_TAG + '/report.json'
1181- CI_TEST_ATTEMPTED = 'true'
1181+ env. CI_TEST_ATTEMPTED = 'true'
11821182 }
11831183 sh '''#! /bin/bash
11841184 set -e
You can’t perform that action at this time.
0 commit comments