Skip to content

Commit

Permalink
Fix pipeline (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored May 14, 2018
1 parent e817c9b commit 65d6b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ steps:
- make deps
- make smoketest

# Only deploy on tagged releases
deploy:
title: Pushing all artifacts to S3 bucket...
image: cloudposse/build-harness:${{BUILD_HARNESS_VERSION}}
Expand All @@ -46,9 +47,9 @@ steps:
when:
condition:
all:
executeForMasterBranch: "'${{CF_BRANCH}}' == '${{MASTER_BRANCH}}'"
executeForTag: "'${{SEMVERSION_TAG}}' != ''"

# Only reindex on tagged releases
reindex:
title: Updating algolia search index...
image: cloudposse/build-harness:${{BUILD_HARNESS_VERSION}}
Expand All @@ -58,5 +59,4 @@ steps:
when:
condition:
all:
executeForMasterBranch: "'${{CF_BRANCH}}' == '${{MASTER_BRANCH}}'"
executeForTag: "'${{SEMVERSION_TAG}}' != ''"

0 comments on commit 65d6b2b

Please sign in to comment.