Skip to content

Commit

Permalink
Fix cron script to work with php commands + Spryker timeout issue + B…
Browse files Browse the repository at this point in the history
…uild fixes/improvements (#211)

* Fix so that cron script works with php commands

* Fix so that cron script works with php commands

* Fix so that cron script works with php commands

* Fix so that cron script works with php commands

* Fix so that cron script works with php commands

* Fix builds to not use same workspaces simultaneously.

* Test spryker patch for queue process timeout issue

* Test spryker patch for queue process timeout issue

* Test spryker patch for queue process timeout issue

* Revert "Test spryker patch for queue process timeout issue"

This reverts commit 78d5e0881e3142d938f01749a9ddf5751f7ca693.

* Revert "Test spryker patch for queue process timeout issue"

This reverts commit 39b14a289f67eea05fb6d1ef38018d3413af4fce.

* Revert "Test spryker patch for queue process timeout issue"

This reverts commit d9669ae718231af2a1aa695f3ba89c1fdf0efc0f.

* Revert "Revert "Test spryker patch for queue process timeout issue""

This reverts commit 7c71ba723175f561c77f22536f47d92692d10092.

* Revert "Revert "Test spryker patch for queue process timeout issue""

This reverts commit 6a546fc4840ad991fbce3bcda3335eab8bdeaeda.

* Revert "Revert "Test spryker patch for queue process timeout issue""

This reverts commit f810bafa6dc94f082311def28d03fad6477688d1.

* Test spryker patch for queue process timeout issue

* Use method of getting script arguments into space-delimited string that Travis is happy with.

* Increase timeout further to avoid unnecessary build failures

* Code quality test fixes

* Code quality test fixes

* Cut down parallel builds for testing

* Code quality test fixes

* Code quality test fixes

* Code quality test fixes

* Code quality test fixes

* Code quality test fixes

* Code quality test fixes

* Revert "Cut down parallel builds for testing"

This reverts commit a08e384278c3d2e30edb4e374953d7d112ba63e8.

Co-authored-by: g-foster <gavin.foster@inviqa.com>
  • Loading branch information
g-foster2020 and g-foster2020 authored Feb 12, 2020
1 parent 04c4c00 commit c645592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/sample-dynamic/workspace.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace('blog'):
workspace('blog-dynamic'):
description: generated local workspace for blog.
harness: inviqa/wordpress

Expand Down
2 changes: 1 addition & 1 deletion .ci/sample-static/workspace.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace('blog'):
workspace('blog-static'):
description: generated local workspace for blog.
harness: inviqa/wordpress

Expand Down

0 comments on commit c645592

Please sign in to comment.