Commit Graph

16 Commits

Author SHA1 Message Date
argoyle b42f77f58d feat(ci): add default CI configuration for pipelines
Add a reference to the Defaults.gitlab-ci.yml in the CI pipeline 
configuration. This integration enables standardized settings 
across projects, improving consistency and reducing setup 
time for new pipelines.
2025-05-01 09:24:15 +02:00
argoyle 8c7b44974f ci: remove Docker service from build stage configuration
Removes the Docker service definition from the build stage in the 
GitLab CI configuration. This change is made to simplify the build 
process and reduce overhead, as the Docker service is no longer 
required for the current build tasks.
2024-12-08 12:08:20 +01:00
argoyle 45224547d6 refactor(ci): remove unused Docker variables from config
This change eliminates unnecessary Docker variable definitions from the
.gitlab-ci.yml file, simplifying the CI configuration and reducing
complexity in the build process. The removed variables were not in use
and did not contribute to the current build steps, streamlining the
configuration for better maintainability.
2024-12-06 08:56:33 +01:00
argoyle 66f83fa70d ci: add release flow 2024-10-05 21:15:49 +02:00
argoyle 652483e2de ci: use Docker DinD version from variable 2023-02-09 08:09:35 +01:00
argoyle 5695fc816b chore: cleanup and remove acctest triggering 2022-04-19 13:23:52 +02:00
argoyle a67c333c33 ci: remove dependabot-standalone 2021-11-03 18:18:16 +01:00
argoyle ec5fc028b0 fix: pipeline 2021-10-28 14:49:22 +02:00
argoyle 4bd9a36d94 chore: add dependabot config 2021-10-26 12:49:58 +02:00
argoyle aae9b7ae17 chore: use buildtools version from env 2021-04-06 16:48:02 +02:00
argoyle 32550e211e chore: add CI workflows 2020-11-23 17:31:16 +01:00
argoyle ee97d6cd2c chore: update to latest build-tools 2020-04-09 08:08:14 +02:00
argoyle 5172afc661 ci: update to latest build-tools 2019-12-20 13:34:35 +01:00
argoyle ebc0e858e9 ci: add artifacts 2019-12-19 20:45:09 +01:00
argoyle b07afd19fe ci: add triggering of acctest 2019-12-17 21:23:30 +01:00
argoyle a538ee369f feat: initial commit 2019-12-17 20:32:14 +01:00