From eac49e36b0898a4a400aa8394710ee20c4d38acd Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 19 Aug 2020 13:59:27 -0700 Subject: [PATCH] Remove itest --- .drone.yml | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 338ca5d..98a83a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,27 +3,26 @@ 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: itest - image: docker/compose:alpine-1.26.2 - environment: - GIT_TAG_NAME: itest - GIT_SHA: itest + - name: test + image: golang:1.15 commands: - - apk add make bash - - make itest + - 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 + # environment: + # VERSION: ${DRONE_TAG:-${DRONE_COMMIT}} + # commands: + # - apk add make bash + # - make itest - name: notify image: drillster/drone-email