Skip to content
Snippets Groups Projects
Unverified Commit 121a52b4 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

CD: Arch deployment: Add grep package needed by repo-add

parent 9fe55a40
No related branches found
No related tags found
1 merge request!105Dev tp ci
Pipeline #47775 passed with warnings
...@@ -47,7 +47,7 @@ deploy () { ...@@ -47,7 +47,7 @@ deploy () {
REMOVE="algorithms-library-gui algorithms-library" REMOVE="algorithms-library-gui algorithms-library"
fi fi
   
$DOCKER_CMD pacman -Suy --noconfirm --needed gnupg $DOCKER_CMD pacman -Suy --noconfirm --needed gnupg grep
for file in *.tar.xz; do for file in *.tar.xz; do
$DOCKER_CMD bash -c "cd $REPO_DIR && [[ -e $REPO_DB ]] && repo-remove -v -s -k $GPG_KEYID $REPO_DB $REMOVE || true" $DOCKER_CMD bash -c "cd $REPO_DIR && [[ -e $REPO_DB ]] && repo-remove -v -s -k $GPG_KEYID $REPO_DB $REMOVE || true"
$DOCKER_CMD bash -c "for file in /build/*.tar.xz; do cp \$file $REPO_DIR/ && cp \$file.sig $REPO_DIR/ && repo-add -R -v -s -k $GPG_KEYID $REPO_DB $(basename "\$file"); done" $DOCKER_CMD bash -c "for file in /build/*.tar.xz; do cp \$file $REPO_DIR/ && cp \$file.sig $REPO_DIR/ && repo-add -R -v -s -k $GPG_KEYID $REPO_DB $(basename "\$file"); done"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment