refactor(scripts): remove unused argocd login script

This commit is contained in:
Khue Doan 2022-03-12 11:49:11 +07:00
parent 12a3b6c6b2
commit c4a7cc4737
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
argocd login \
argocd.khuedoan.com \
--username admin \
--password "$(./scripts/argocd-admin-password)" \
--insecure # TODO Remove insecure login

View File

@ -11,7 +11,6 @@ RUN pacman --sync --refresh --noconfirm \
RUN pacman --sync --refresh --noconfirm \
ansible \
argocd \
diffutils \
docker \
docker-compose \