-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '3-add-v1-update-to-v2' into 'main'
Resolve "Add v1 update to v2" See merge request xolvio-nl/laravel-data-openapi-generator!2
- Loading branch information
Showing
22 changed files
with
618 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
stages: | ||
- all | ||
|
||
variables: | ||
GIT_SUBMODULE_STRATEGY: recursive | ||
|
||
backend: | ||
only: | ||
- merge_requests | ||
except: | ||
variables: | ||
- $CI_MERGE_REQUEST_TITLE =~ /^Draft/ | ||
stage: all | ||
image: xolvionl/laravel:minimal | ||
before_script: | ||
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "[email protected]:" | ||
script: | ||
- composer install | ||
- composer validate --strict | ||
- composer larastan | ||
- composer format-dry | ||
- composer test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.