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:
|
||||
docker:
|
||||
- image: debian:stretch
|
||||
environment:
|
||||
DETECTED_OS: fedora:27
|
||||
DOCKER_IMAGE: cyplo/fedora27_base
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Greeting
|
||||
command: echo Hello, world.
|
||||
- run:
|
||||
name: Print the Current Time
|
||||
command: date
|
||||
- run: ./test.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue