4 Commits

Author SHA1 Message Date
5d039e2b63 Merge pull request 'Fix: Remove unwanted console log' (#14) from fix/unwanted-console-log into main
All checks were successful
Build / build (push) Successful in 4m5s
Build / deploy-stage (push) Successful in 3m2s
Build / switch-stage (push) Successful in 1m58s
Build / deploy-production (push) Successful in 2m51s
Reviewed-on: #14
2024-12-29 03:34:42 +01:00
5df5588b84 fix: remove unwanted console log
All checks were successful
Build / build (pull_request) Successful in 3m8s
2024-12-29 03:30:49 +01:00
9503b13aee Merge pull request 'Fix: Make composer.lock removal conditional' (#13) from fix/gitea-build-action into main
Some checks failed
Build / switch-stage (push) Blocked by required conditions
Build / build (push) Successful in 5m43s
Build / deploy-stage (push) Has been cancelled
Build / deploy-production (push) Has been cancelled
Reviewed-on: #13
2024-12-29 03:28:05 +01:00
29751dda93 fix: make composer.lock removal conditional
All checks were successful
Build / build (pull_request) Successful in 2m49s
2024-12-29 03:13:04 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
name: Build name: Build
on: on:
@@ -26,7 +27,7 @@ jobs:
- name: Run composer install if composer.json exists - name: Run composer install if composer.json exists
run: | run: |
rm composer.lock [ -f composer.lock ] && rm composer.lock
composer validate --no-check-publish composer validate --no-check-publish
- name: Set up Node.js - name: Set up Node.js

View File

@@ -1 +0,0 @@
console.log('WE LOVE TYPO3');