Skip to content
Snippets Groups Projects
Commit 4b566b05 authored by jurgenhaas's avatar jurgenhaas
Browse files

#78 Add support to always install new site for testing

parent 2d88f690
No related branches found
No related tags found
No related merge requests found
......@@ -533,7 +533,7 @@ Debug:
when: never
- if: '$TESTSDISABLED == "yes"'
when: never
- if: '$LOCALDBFILE != "none"'
- if: '$LOCALDBFILE == "none"'
when: never
- if: '$ALWAYS_INSTALL_IN_PIPELINE == "yes"'
when: never
......@@ -557,7 +557,7 @@ Debug:
when: never
- if: '$TESTSDISABLED == "yes"'
when: never
- if: '$LOCALDBFILE == "none"'
- if: '$LOCALDBFILE != "none"'
when: never
- if: '$ALWAYS_INSTALL_IN_PIPELINE == "no"'
when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment