go
This commit is contained in:
parent
461dfd76d1
commit
1986b815c7
@ -40,6 +40,7 @@ commands:
|
|||||||
working_directory: << parameters.working_directory >>
|
working_directory: << parameters.working_directory >>
|
||||||
command: su ci -c '<< parameters.command >>'
|
command: su ci -c '<< parameters.command >>'
|
||||||
|
|
||||||
|
|
||||||
custom:
|
custom:
|
||||||
archlinux:
|
archlinux:
|
||||||
prepare:
|
prepare:
|
||||||
@ -66,9 +67,10 @@ custom:
|
|||||||
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git clone -b "$CIRCLE_BRANCH" "$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
|
chown -R ci:ci ./scwrypts
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
require-full-semver:
|
require-full-semver:
|
||||||
executor: nodejs
|
executor: python
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: check CIRCLE_TAG for full semantic version
|
name: check CIRCLE_TAG for full semantic version
|
||||||
@ -234,7 +236,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
dev:
|
test:
|
||||||
jobs:
|
jobs:
|
||||||
- aur-test:
|
- aur-test:
|
||||||
&dev_filters
|
&dev_filters
|
||||||
|
Loading…
Reference in New Issue
Block a user