From 4937f66abb0398c238e65bd025f4688fbdccd1d8 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 4 Feb 2022 17:32:00 -0800 Subject: [PATCH] reverting the pipeline shit --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 007a4e88..3b47610d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,9 +40,6 @@ build_and_push_container: - docker build -t ldooks/dragon-bot:$CI_PIPELINE_ID -t ldooks/dragon-bot:latest . - docker push ldooks/dragon-bot:latest - docker push ldooks/dragon-bot:$CI_PIPELINE_ID - - apt-get update && apt-get install -y curl - - /bin/sh -c curl -sSL -o /tmp/argocd https://github.com/argoproj/argo-cd/releases/download/v2.2.4/argocd-linux-amd64 && chmod u+x /tmp/argocd - - /tmp/argocd --insecure --server 192.168.1.205 --auth-token $ARGOCD_TOKEN app sync dragon-bot rules: - changes: - app/*