This commit is contained in:
parent
0e09d2ca2c
commit
bb0db6a9d6
26
.drone.yml
26
.drone.yml
@ -3,22 +3,24 @@ kind: pipeline
|
||||
name: test
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:1.15
|
||||
commands:
|
||||
- make test
|
||||
|
||||
- name: check
|
||||
image: python:3
|
||||
commands:
|
||||
- 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
|
||||
- chmod +x /usr/bin/hadolint
|
||||
- make check
|
||||
# - name: test
|
||||
# image: golang:1.15
|
||||
# commands:
|
||||
# - make test
|
||||
#
|
||||
# - name: check
|
||||
# image: python:3
|
||||
# commands:
|
||||
# - 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
|
||||
# - chmod +x /usr/bin/hadolint
|
||||
# - make check
|
||||
|
||||
- name: itest
|
||||
image: docker/compose:alpine-1.26.2
|
||||
commands:
|
||||
- pwd
|
||||
- ls -l
|
||||
- apk add make git
|
||||
- make itest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user