diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-09-07 21:18:26 +0200 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-09-07 21:18:26 +0200 |
commit | 95b296f8ac8578e142efd6a60a582be4da5b09be (patch) | |
tree | 9014eb0ae9730ec8fb32d1f76e277e92b8785631 /spec/fixtures | |
parent | cd72189fc0127e9993eebaba9569f912394cc5c9 (diff) | |
download | gitlab-ce-95b296f8ac8578e142efd6a60a582be4da5b09be.tar.gz |
Change ExternalFile to retrieve local file from repository instead of GitLab project
CE mirror of 03c6094997023d9c8875ced421a6c9ef39a4af44
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/gitlab/ci/external_files/.gitlab-ci-template-2.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/fixtures/gitlab/ci/external_files/.gitlab-ci-template-2.yml b/spec/fixtures/gitlab/ci/external_files/.gitlab-ci-template-2.yml deleted file mode 100644 index b341cca8946..00000000000 --- a/spec/fixtures/gitlab/ci/external_files/.gitlab-ci-template-2.yml +++ /dev/null @@ -1,8 +0,0 @@ -variables: - # AUTO_DEVOPS_DOMAIN is the application deployment domain and should be set as a variable at the group or project level. - - AUTO_DEVOPS_DOMAIN: domain.example.com - POSTGRES_USER: user - POSTGRES_PASSWORD: testing-password - POSTGRES_ENABLED: "true" - POSTGRES_DB: $CI_ENVIRONMENT_SLUG |