build: fixes filename issues.

This commit is contained in:
Leonard Gram 2018-10-23 08:33:52 +02:00
parent e6abc0691e
commit 3aa0a0ca98

View File

@ -242,7 +242,7 @@ jobs:
command: '/tmp/bootstrap.sh'
- run:
name: checkout enterprise
command: './scripts/build/prepare_enterprise.sh'
command: './scripts/build/prepare-enterprise.sh'
- run:
name: test enterprise
command: 'go test ./pkg/extensions/...'
@ -274,7 +274,7 @@ jobs:
command: '/tmp/bootstrap.sh'
- run:
name: checkout enterprise
command: './scripts/build/prepare_enterprise.sh'
command: './scripts/build/prepare-enterprise.sh'
- restore_cache:
key: phantomjs-binaries-{{ checksum "scripts/build/download-phantomjs.sh" }}
- run: