From 3bb90906db9fb34a14225c1fa8053d89359d7905 Mon Sep 17 00:00:00 2001 From: Cory Sanin Date: Thu, 18 Jan 2024 04:40:44 -0500 Subject: [PATCH] gitlab ci sucks this ci config is almost completely unchanged from a different project but isn't working. VERY COOL --- .gitlab-ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 6e38517..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -image: docker:latest -services: - - docker:dind - -variables: - DOCKER_DRIVER: overlay - -stages: - - build - - deploy - -artix-packy-pusher: - stage: build - script: - - docker build --pull --no-cache -t "$CI_REGISTRY_IMAGE" . - -deploy: - stage: deploy - only: - - master - script: - - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - - docker push "$CI_REGISTRY_IMAGE" \ No newline at end of file