From: Peter Hutterer Date: Wed, 18 Mar 2020 02:46:14 +0000 (+1000) Subject: gitlab CI: update docs for how to schedule the auth variable X-Git-Tag: libevdev-1.9.1~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9302c18b7c01be629d3b6b64f02bc7c5384f8e0;p=platform%2Fupstream%2Flibevdev.git gitlab CI: update docs for how to schedule the auth variable Safer to have this defined in the scheduled job only rather than the project itself. Signed-off-by: Peter Hutterer --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d3d5be..cc49e3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -485,7 +485,7 @@ alpine:latest@container-forced-rebuild: script: # Go to your Profile, Settings, Access Tokens # Create a personal token with 'api' scope, copy the value. - # Go to Settings, CI/CD, Variables + # Go to CI/CD, Schedules, schedule a new monthly job (or edit the existing one) # Define a variable of type File named AUTHFILE. Content is that token # value. - ci-fairy -v --authfile $AUTHFILE delete-image diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index a37e5e0..9aa32a4 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -211,7 +211,7 @@ fedora:31@qemu-forced-rebuild: script: # Go to your Profile, Settings, Access Tokens # Create a personal token with 'api' scope, copy the value. - # Go to Settings, CI/CD, Variables + # Go to CI/CD, Schedules, schedule a new monthly job (or edit the existing one) # Define a variable of type File named AUTHFILE. Content is that token # value. - ci-fairy -v --authfile $AUTHFILE delete-image