summaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml9
1 files changed, 1 insertions, 8 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 3b492f82fa1..6753f312ab5 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -47,14 +47,7 @@ jobs:
ccache -z
- compile: |
- export TRAVIS_REPO_SLUG="vespa-engine/vespa"
- if [[ -z $SD_PULL_REQUEST ]]; then
- export TRAVIS_PULL_REQUEST=false
- else
- export TRAVIS_PULL_REQUEST=$SD_PULL_REQUEST
- fi
-
- travis/travis-build.sh
+ screwdriver/build-vespa.sh
- save-cache: |
if [[ -z "$SD_PULL_REQUEST" ]]; then