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