diff --git a/.drone.yml b/.drone.yml index 544d070..98c4c70 100644 --- a/.drone.yml +++ b/.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