Skip to content
Snippets Groups Projects
Commit 10a61506 authored by jurgenhaas's avatar jurgenhaas
Browse files

#1 Testing

parent 763ab60a
No related branches found
No related tags found
No related merge requests found
...@@ -73,9 +73,9 @@ stages: ...@@ -73,9 +73,9 @@ stages:
fi fi
fi fi
fi fi
export $DBREQUIRED echo "DBREQUIRED=${DBREQUIRED}" >> validation.env
if [[ "$DBREQUIRED" == "yes" ]]; then if [[ "$DBREQUIRED" == "yes" ]]; then
echo "DB need to be pulled." echo "DB needs to be pulled."
else else
echo "No pulling required." echo "No pulling required."
fi fi
...@@ -83,6 +83,9 @@ stages: ...@@ -83,6 +83,9 @@ stages:
variables: variables:
- $CAE - $CAE
- $DISABLE_CI_TESTS - $DISABLE_CI_TESTS
artifacts:
reports:
dotenv: validation.env
.build: .build:
stage: build stage: build
...@@ -133,6 +136,8 @@ stages: ...@@ -133,6 +136,8 @@ stages:
ascr drupal-dump-db ${CI_PROJECT_PATH} ${PWD}/${CI_PROJECT_NAME}.sql master ascr drupal-dump-db ${CI_PROJECT_PATH} ${PWD}/${CI_PROJECT_NAME}.sql master
fi fi
cache: {} cache: {}
dependencies:
- 'Validate Environment'
artifacts: artifacts:
name: dbdump name: dbdump
when: always when: always
...@@ -170,6 +175,7 @@ stages: ...@@ -170,6 +175,7 @@ stages:
- $CAE - $CAE
- $DISABLE_CI_TESTS - $DISABLE_CI_TESTS
dependencies: dependencies:
- 'Validate Environment'
- 'Build Site' - 'Build Site'
- 'Download DB' - 'Download DB'
...@@ -194,6 +200,7 @@ stages: ...@@ -194,6 +200,7 @@ stages:
- $CAE - $CAE
- $DISABLE_CI_TESTS - $DISABLE_CI_TESTS
dependencies: dependencies:
- 'Validate Environment'
- 'Build Site' - 'Build Site'
.theme: .theme:
......
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