From bec6bced62231a4cea1ae99fd9ea018553edd38b Mon Sep 17 00:00:00 2001 From: Ben Meiri Date: Tue, 14 Jun 2016 13:12:36 +0300 Subject: [PATCH 1/2] Update codefresh.yml --- codefresh.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/codefresh.yml b/codefresh.yml index c2f9fc0..a360690 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -1,9 +1,7 @@ version: '1.0' steps: - clone-prj: - type: git-clone - repo: https://github.com/nCodefresh/docker-spring-boot.git + unit-test: image: python:2-alpine @@ -12,26 +10,3 @@ steps: 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 From 88a0c6e6360092a8b548c3bf1add9c473004e304 Mon Sep 17 00:00:00 2001 From: Ben Meiri Date: Tue, 14 Jun 2016 13:30:01 +0300 Subject: [PATCH 2/2] Update codefresh.yml --- codefresh.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codefresh.yml b/codefresh.yml index a360690..01e2541 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -6,6 +6,7 @@ steps: unit-test: image: python:2-alpine commands: + - echo dolphin - exit 0 environment: - JIM=BOB