Skip to content

Commit

Permalink
collapse into pipeline.script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Aug 19, 2021
1 parent 8887960 commit 3fd21a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .codeship/pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ fi
# in PRs, only run ux-minimal
[[ "${CI_IS_PR}" = "true" ]] && [[ "${CI_STEP_NAME}" = "ux-minimal" ]] || exit 0

source ci/pipeline.install.sh
source ci/pipeline.script.sh

# deploy only version tags
Expand Down
5 changes: 0 additions & 5 deletions ci/pipeline.install.sh

This file was deleted.

2 changes: 2 additions & 0 deletions ci/pipeline.script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ after_script() {
trap after_script EXIT

{
./.ci.sh before_install
./.ci.sh install
./.ci.sh before_script
./.ci.sh script
} && CI_STATUS=success || CI_STATUS=failure
Expand Down

0 comments on commit 3fd21a1

Please sign in to comment.