mirror of
https://github.com/thegeeklab/wp-ansible.git
synced 2024-11-21 13:40:39 +00:00
cleanup
This commit is contained in:
parent
34f27285bf
commit
b82562bbc7
4
.github/settings.yml
vendored
4
.github/settings.yml
vendored
@ -11,7 +11,7 @@ repository:
|
||||
has_wiki: false
|
||||
has_downloads: false
|
||||
|
||||
default_branch: master
|
||||
default_branch: main
|
||||
|
||||
allow_squash_merge: true
|
||||
allow_merge_commit: true
|
||||
@ -51,7 +51,7 @@ teams:
|
||||
permission: admin
|
||||
|
||||
branches:
|
||||
- name: master
|
||||
- name: main
|
||||
protection:
|
||||
required_pull_request_reviews: null
|
||||
required_status_checks:
|
||||
|
@ -29,5 +29,5 @@ RUN apk add --no-cache bash git curl rsync openssh-client sshpass py3-pip py3-re
|
||||
pip3 install ansible=="${ANSIBLE_VERSION}" boto3 hcloud pywinrm passlib jsonschema && \
|
||||
apk del --no-cache python3-dev libffi-dev build-base
|
||||
|
||||
COPY --from=build /src/dist/drone-docker-buildx /bin/drone-docker-buildx
|
||||
COPY --from=build /src/dist/drone-ansible /bin/drone-ansible
|
||||
ENTRYPOINT ["/bin/drone-ansible"]
|
||||
|
Loading…
Reference in New Issue
Block a user