Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 2 additions & 26 deletions codefresh.yml
Original file line number Diff line number Diff line change
@@ -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