summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-04-24 01:44:01 +0100
committerJavier Jardón <jjardon@gnome.org>2018-04-24 02:23:11 +0100
commit5e9b74b154dcf1c2d2735d0f6c35e8288167ee1d (patch)
tree28c4aba8516736ef52bc4fe2bbc7a1e6ea44ba27
parentcaa52411c8039a19954b83d3bfa015c44a594661 (diff)
downloadbuildstream-5e9b74b154dcf1c2d2735d0f6c35e8288167ee1d.tar.gz
Move curent before_script: commands to the only jobs where they are actually needed
-rw-r--r--.gitlab-ci.yml14
1 files changed, 6 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7a462997..05848a4fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,14 +10,6 @@ stages:
- test
- post
-before_script:
- # Diagnostics
- - mount
- - df -h
-
- - useradd -Um buildstream
- - chown -R buildstream:buildstream .
-
#####################################################
# Prepare stage #
#####################################################
@@ -95,6 +87,12 @@ analysis:
variables:
PYTEST_ADDOPTS: "--color=yes"
script:
+ # Diagnostics
+ - mount
+ - df -h
+
+ - useradd -Um buildstream
+ - chown -R buildstream:buildstream .
- export INTEGRATION_CACHE="$(pwd)/cache/integration-cache"