From 1986b815c78efc2c2b09ea57b3f41b2e0c2b37fc Mon Sep 17 00:00:00 2001 From: yage Date: Sun, 14 Apr 2024 01:41:04 -0600 Subject: [PATCH] go --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba18b51..50b92fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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