-
For anyone else searching for how to setup Harbor on Gitlab CI this should be useful.
(Based on a pipeline initiated from the merge request context and having Gitlab setup as a Git provider in Forge)…
-
Hello,
in my gitlab ci/cd i am using lorisleiva/laravel-docker:8.1,
Suddenly my gitlab pipeline failed with, "Unable to resolve `@import "tippy.js/dist/tippy.css". after debugging i found out wh…
-
### Current behavior
Hi !
I want to add semantic release in my project,
I used this :
```yml
release:
image: node:16-buster-slim
stage: release
before_script:
- apt-get upd…
-
---
### **1. Projektowanie struktury bazy danych (PostgreSQL)**
- Definicja tabel i relacji (users, teams, projects, scans, vulnerabilities, subscriptions, activity_logs)
- **Dodanie tabel dla symu…
-
It's quite a nice initiative and it'd be great to see it supporting GitLab CI
Some code has already been written for that purpose
https://github.com/shulard/laravel-build-artifacts
but having a c…
-
Not really an issue. Just seeking advice and guidance.
I just found and learned to use CapRover today. Your template helped and I have successfully deployed my laravel app to my server. My repo is …
-
Hey there,
I love this image as it makes CI/CD for Laravel super easy so thank you for investing your own time on creating and maintaining it!! I'm trying to update my CI/CD process from using PHP…
-
Hi,
I'm running unit tests via PHPUnit on GitLab CI and I do get the following error:
`sh: 1: /usr/sbin/sendmail: not found`
In this case, I don't need any real email to be send. What would be …
-
I think, the free services of travis are not usable anymore. The processes are just take to long, until they start.
I think, we can build, test and depoy using gitlab.com
I've setup such a build…
-
### What happened?
*The 'feature request' form seems broken so i have to use this bug report form, sorry.*
When using the command in GitLab CI the progress bar produces a mess in the job log:
!…