summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2020-06-17 20:25:39 +0200
committerAndrea Bolognani <abologna@redhat.com>2020-06-17 20:25:39 +0200
commita9d320e09a196e4386fd91b2b0abe85c4f9c56c3 (patch)
tree1359524707287570f356e1183ce398d34b91be21 /.gitlab-ci.yml
parent9716e24fbd9e3baff848bb8f2bf4867778abb64f (diff)
downloadlibosinfo-a9d320e09a196e4386fd91b2b0abe85c4f9c56c3.tar.gz
ci: Move Dockerfiles to a subdir
This is consistent to how libvirt organizes its files, and ensures things will remain tidy even as we introduce new features such as, later on, Cirrus CI support. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05f514d..bd94cb1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,7 @@ stages:
- docker login registry.gitlab.com -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
script:
- docker pull "$TAG" || docker pull "$COMMON_TAG" || true
- - docker build --cache-from "$TAG" --cache-from "$COMMON_TAG" --tag "$TAG" -f "ci/ci-$NAME.Dockerfile" ci
+ - docker build --cache-from "$TAG" --cache-from "$COMMON_TAG" --tag "$TAG" -f "ci/containers/ci-$NAME.Dockerfile" ci
- docker push "$TAG"
after_script:
- docker logout