summaryrefslogtreecommitdiff
path: root/.gitlab/deploy.yml
AgeCommit message (Collapse)Author
2020-10-06Relocate projectmo khan
* chore: do not pass artifacts to downstream jobs * chore: expire artifacts * chore: point to new project_id * chore: remove after_script * refactor: rename license-management to license-finder * docs: Add changelog entry and update links to old repo
2020-10-05chore: do not pass artifacts to jobs that do not need themmo khan
2020-10-01chore: combine major and .release job definitionmo khan
2020-10-01Remove unused config files and jobsmo khan
2020-07-16Fix path to the .env.* filesmo khan
2020-06-23Extract DESTINATION_IMAGE variablemo khan
2020-06-23export TARGET_IMAGE before pushing to new repomo khan
2020-05-22Use rules instead of onlymo khan
2020-05-22Add functional tests to the pipelinemo khan
* Move jobs to gitlab-ci.yml files that match the stage they belong to. * Move linter job to build stage * Add functional test jobs * Reduce max size to 2 GB * Pass the current pipeline image to the downstream jobs * Replace `edge` tag with `latest` * Use $CI_DEFAULT_BRANCH instead of master * Move `.env*` files to config dir and update RELEASE instructions * Combine `tag` and `release` stages into `deploy` stage as recommended in GitLab docs * Make the `build-docker-image` job interruptible * Fix issues found in code quality report