From 3f83485769c322207ee41545ca0ed643b058f27a Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Sat, 26 Nov 2022 19:56:51 -0600 Subject: [PATCH] another two paths were incorrect --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b2bc32..b1c647d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,8 +145,8 @@ deploy:arch-git: - git clone $GIT_REPO_URL tiempo-git # finally run the script - scripts/release-aur-git.sh - - mv PKGBUILD tiempo-bin/ - - mv .SRCINFO tiempo-bin/ + - mv PKGBUILD tiempo-git/ + - mv .SRCINFO tiempo-git/ # and commit - cd tiempo-git - git add .