File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,12 +145,6 @@ jobs:
145145 echo "dspace checker:"
146146 docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace checker -v -l"
147147
148- - name : dspace healthcheck
149- run : |
150- export DNAME=dspace$INSTANCE
151- echo "dspace healthcheck:"
152- docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace healthcheck -v"
153-
154148 import-8 :
155149 runs-on : dspace-dep-1
156150 if : inputs.IMPORT
@@ -187,12 +181,6 @@ jobs:
187181 echo "dspace checker:"
188182 docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace checker -v -l"
189183
190- - name : dspace healthcheck
191- run : |
192- export DNAME=dspace$INSTANCE
193- echo "dspace healthcheck:"
194- docker exec $DNAME /bin/bash -c "cd /dspace/bin && ./dspace healthcheck -v"
195-
196184 playwright-after-deploy8 :
197185 needs : deploy-8
198186 if : ' !inputs.IMPORT'
You can’t perform that action at this time.
0 commit comments