docksal / ci-agent

CI agent Docker image for Docksal Sandboxes
MIT License
9 stars 16 forks source link

add .gitlab-ci.yml example #19

Closed fjmk closed 4 years ago

fjmk commented 6 years ago

I created a .gitlab-ci.yml example.

The reason I change the exported DOMAIN is because the environment::url variable MUST use already existing variables at loadtime. IOW it can't be changed with local defined/changed variables.

The README has a paragraph on Gitlab-ci now.

See it working at https://gitlab.com/fjmk/drupal7-docksal/pipelines/16220730

lmakarov commented 6 years ago

@fjmk thanks for the PR. I do not use Gitlab on a regular basis, but would love to try this. It's going to take some time to review this contribution.

lmakarov commented 4 years ago

After some very long time, I finally have a project that uses GitLab and was able to test the setup - #58 @fjmk thanks for putting together this original PR!