diff --git a/.circleci/config.yml b/.circleci/config.yml index b87796ad..3bfd24a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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