mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: fixes filename issues.
This commit is contained in:
parent
e6abc0691e
commit
3aa0a0ca98
@ -242,7 +242,7 @@ jobs:
|
|||||||
command: '/tmp/bootstrap.sh'
|
command: '/tmp/bootstrap.sh'
|
||||||
- run:
|
- run:
|
||||||
name: checkout enterprise
|
name: checkout enterprise
|
||||||
command: './scripts/build/prepare_enterprise.sh'
|
command: './scripts/build/prepare-enterprise.sh'
|
||||||
- run:
|
- run:
|
||||||
name: test enterprise
|
name: test enterprise
|
||||||
command: 'go test ./pkg/extensions/...'
|
command: 'go test ./pkg/extensions/...'
|
||||||
@ -274,7 +274,7 @@ jobs:
|
|||||||
command: '/tmp/bootstrap.sh'
|
command: '/tmp/bootstrap.sh'
|
||||||
- run:
|
- run:
|
||||||
name: checkout enterprise
|
name: checkout enterprise
|
||||||
command: './scripts/build/prepare_enterprise.sh'
|
command: './scripts/build/prepare-enterprise.sh'
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: phantomjs-binaries-{{ checksum "scripts/build/download-phantomjs.sh" }}
|
key: phantomjs-binaries-{{ checksum "scripts/build/download-phantomjs.sh" }}
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
Reference in New Issue
Block a user