This commit is contained in:
Wryn (yage) Wagner 2024-04-14 01:33:32 -06:00
parent 95c87d9b16
commit fcc74c7bf5

View File

@ -138,7 +138,7 @@ jobs:
&& git -c user.email=yage@yage.io -c user.name=yage commit -am "$CIRCLE_TAG" && git -c user.email=yage@yage.io -c user.name=yage commit -am "$CIRCLE_TAG"
&& eval $(ssh-agent) && eval $(ssh-agent)
&& echo -e $SSH_KEY_PRIVATE__AUR | ssh-add - && echo -e $SSH_KEY_PRIVATE__AUR | ssh-add -
&& git remote add upstream aur@aur.archlinux.org/scwrypts.git && git remote add upstream ssh://aur@aur.archlinux.org/scwrypts.git
&& echo 'DO THE GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git push upstream' && echo 'DO THE GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git push upstream'
; ;
@ -237,15 +237,12 @@ jobs:
workflows: workflows:
dev: dev:
jobs: jobs:
- aur-test: - require-full-semver:
&dev_filters
filters: filters:
branches: branches:
ignore: /^main$/ ignore: aur-automation$/
- aur-publish: - aur-test:
context: [aur-yage] requires: [require-full-semver]
requires:
- aur-test
- python-test: *dev_filters - python-test: *dev_filters
- nodejs-test: *dev_filters - nodejs-test: *dev_filters