This commit is contained in:
Wryn (yage) Wagner 2024-04-14 01:37:15 -06:00
parent 5c656b0e53
commit 461dfd76d1

View File

@ -63,9 +63,8 @@ custom:
name: clone wrynegade/scwrypts
working_directory: /home/ci
command: |
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
chown -R ci:ci ./scwrypts
#command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
jobs:
require-full-semver:
@ -237,18 +236,13 @@ jobs:
workflows:
dev:
jobs:
- require-full-semver:
filters:
branches:
ignore: /.*aur-automation$/
- aur-test:
requires: [require-full-semver]
- python-test:
&dev_filters
filters:
branches:
ignore: /^main$/
- python-test: *dev_filters
- nodejs-test: *dev_filters
publish:
@ -261,6 +255,7 @@ workflows:
ignore: /^.*$/
- aur-test:
&only-publish-for-full-semver
requires: [require-full-semver]
- aur-publish:
context: [aur-yage]
@ -269,14 +264,12 @@ workflows:
- python-publish
- nodejs-publish
- python-test:
requires: [require-full-semver]
- python-test: *only-publish-for-full-semver
- python-publish:
requires:
- python-test
- nodejs-test:
requires: [require-full-semver]
- nodejs-test: *only-publish-for-full-semver
- nodejs-publish:
requires:
- nodejs-test