Debug itest
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-08-19 13:51:36 -07:00
parent 0e09d2ca2c
commit bb0db6a9d6
1 changed files with 14 additions and 12 deletions

View File

@ -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