This commit is contained in:
parent
0e09d2ca2c
commit
bb0db6a9d6
26
.drone.yml
26
.drone.yml
@ -3,22 +3,24 @@ kind: pipeline
|
|||||||
name: test
|
name: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
# - name: test
|
||||||
image: golang:1.15
|
# image: golang:1.15
|
||||||
commands:
|
# commands:
|
||||||
- make test
|
# - make test
|
||||||
|
#
|
||||||
- name: check
|
# - name: check
|
||||||
image: python:3
|
# image: python:3
|
||||||
commands:
|
# commands:
|
||||||
- pip install docker-compose pre-commit
|
# - pip install docker-compose pre-commit
|
||||||
- wget -L -O /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64
|
# - wget -L -O /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64
|
||||||
- chmod +x /usr/bin/hadolint
|
# - chmod +x /usr/bin/hadolint
|
||||||
- make check
|
# - make check
|
||||||
|
|
||||||
- name: itest
|
- name: itest
|
||||||
image: docker/compose:alpine-1.26.2
|
image: docker/compose:alpine-1.26.2
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
|
- ls -l
|
||||||
- apk add make git
|
- apk add make git
|
||||||
- make itest
|
- make itest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user