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