From 8bb17e5239180015b711243ed5ea9ce122975e7e Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 6 Nov 2023 05:15:56 -0800 Subject: [PATCH] test --- .gitlab-ci.yml | 12 ++++++++++++ alpine/{.pipeline.yml => pipeline.yml} | 0 2 files changed, 12 insertions(+) create mode 100644 .gitlab-ci.yml rename alpine/{.pipeline.yml => pipeline.yml} (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a96197d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,12 @@ +image: docker:stable + +variables: + IMAGE_NAME: "foundry_vtt:alpine" + DOCKER_HOST: tcp://gitlab.fithwum.tech/ + DOCKER_TLS_CERTDIR: "/certs" + +services: + - docker:19-dind + +include: + - "/alpine/pipeline.yml" \ No newline at end of file diff --git a/alpine/.pipeline.yml b/alpine/pipeline.yml similarity index 100% rename from alpine/.pipeline.yml rename to alpine/pipeline.yml