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

Make some tasks dependent on "Build Theme"

parent 84367db7
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ stages:
- behat.xml
dependencies:
- 'Build Site'
- 'Build Theme'
except:
refs:
- tags
......@@ -258,6 +259,7 @@ stages:
- tests/backstop/backstop_data
dependencies:
- 'Build Site'
- 'Build Theme'
except:
refs:
- tags
......@@ -277,7 +279,8 @@ stages:
script:
- ascr drupal-deploy $HOST_NAME $SITE_NAME ${EXTRAS}
cache: {}
dependencies: []
dependencies:
- 'Build Theme'
except:
refs:
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment