This commit is contained in:
Wryn (yage) Wagner 2024-04-14 01:41:04 -06:00
parent 461dfd76d1
commit 1986b815c7

View File

@ -40,6 +40,7 @@ commands:
working_directory: << parameters.working_directory >>
command: su ci -c '<< parameters.command >>'
custom:
archlinux:
prepare:
@ -66,9 +67,10 @@ custom:
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
chown -R ci:ci ./scwrypts
jobs:
require-full-semver:
executor: nodejs
executor: python
steps:
- run:
name: check CIRCLE_TAG for full semantic version
@ -234,7 +236,7 @@ jobs:
workflows:
dev:
test:
jobs:
- aur-test:
&dev_filters