Implement Build Artifacts
Compare changes
@@ -58,6 +58,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
@@ -58,6 +58,7 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
This implements #3028 (closed)
artifacts
to .gitlab-ci.yml
,Missing things:
.gitlab-ci.yml
: artifacts: true or git-ls-files
which will upload all non tracked files,GitLab Workhorse changes: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/5 GitLab Runner changes: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/46
Syntax:
artifacts:
untracked: true # default: false
paths: # default: empty
- bin/files