Try running fedora build on cricle
This commit is contained in:
parent
f69f60fbe3
commit
4f1a6bf4f0
1 changed files with 5 additions and 6 deletions
|
@ -3,12 +3,11 @@ jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: debian:stretch
|
- image: debian:stretch
|
||||||
|
environment:
|
||||||
|
DETECTED_OS: fedora:27
|
||||||
|
DOCKER_IMAGE: cyplo/fedora27_base
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run: ./test.sh
|
||||||
name: Greeting
|
|
||||||
command: echo Hello, world.
|
|
||||||
- run:
|
|
||||||
name: Print the Current Time
|
|
||||||
command: date
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue