Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ variables: default: interruptible: true # Make all jobs by default interruptible artifacts: expire_in: 1 week # This sets when pipelines are created. Jobs have more specific rules to restrict them. workflow: Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,8 @@ variables: default: interruptible: true # Make all jobs by default interruptible artifacts: expire_in: 1 week # This sets when pipelines are created. Jobs have more specific rules to restrict them. workflow: Loading