diff --git a/codefresh.yml b/codefresh.yml index c2f9fc0..01e2541 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -1,37 +1,13 @@ version: '1.0' steps: - clone-prj: - type: git-clone - repo: https://github.com/nCodefresh/docker-spring-boot.git + unit-test: image: python:2-alpine commands: + - echo dolphin - exit 0 environment: - JIM=BOB - PORT=9000 - - # Not implemented yet - #integration-tests: - # type: composition - # image: alpine - # working-directory: ${{clone-jim}} - # composition-file: integ-test-composition.yml - # commands: - # - tests/exec.sh - - build-djanga: - type: build - description: It builds the Djanga Service - dockerfile: Dockerfile - image-name: noamt/djanga - tag: nicetag - #build-arguments: - # - FOO=BAR - - push-dockerhub: - type: push - candidate: ${{build-djanga}} - tag: awesomeness