Skip to content

Commit

Permalink
Update codefresh.yml
Browse files Browse the repository at this point in the history
add debug steps
  • Loading branch information
Yshayy committed Nov 7, 2017
1 parent 6808450 commit 8acab32
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CI/codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ steps:
image: alpine/git
commands:
- ./CI/versions_to_deploy.sh ${{CF_VOLUME_PATH}}/env_vars_to_export

DebugEnvVars:
description: Debug env vars
title: Debug env vars
image: alpine
commands:
- env | grep TWEEK_DOCKER_TAG

BuildGitKeys:
title: Building Git Keys Docker Image
Expand Down Expand Up @@ -129,6 +136,13 @@ steps:
- '${{BuildingAuthoring.imageId}}':
- CF_QUALITY: false

DebugEnvVarsBeforePush:
description: Debug env vars
title: Debug env vars
image: alpine
commands:
- env | grep TWEEK_DOCKER_TAG

PushApiImageMaster:
type: push
title: Push Tweek Api - lastest
Expand Down

0 comments on commit 8acab32

Please sign in to comment.