This commit is contained in:
Joey Kimsey
2024-08-10 02:18:31 -04:00
parent 136e85dd14
commit e2d32ab0a0

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
stages:
- update
update_composer:
stage: update
script:
- composer update
only:
- triggers