pin drone container version to deal with docker hub instability
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Dan Ballard 2021-12-20 18:22:44 -05:00
parent 8598802abd
commit 6fb5234724
1 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ name: linux-android-windows-test
steps: steps:
- name: fetch - name: fetch
image: golang image: golang:1.17.5
volumes: volumes:
- name: deps - name: deps
path: /go path: /go
@ -23,7 +23,7 @@ steps:
- echo `date +%G-%m-%d-%H-%M` > BUILDDATE - echo `date +%G-%m-%d-%H-%M` > BUILDDATE
- name: quality - name: quality
image: golang image: golang:1.17.5
volumes: volumes:
- name: deps - name: deps
path: /go path: /go
@ -33,7 +33,7 @@ steps:
#Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting
- name: build-linux - name: build-linux
image: golang image: golang:1.17.5
volumes: volumes:
- name: deps - name: deps
path: /go path: /go
@ -62,6 +62,7 @@ steps:
- name: deploy-buildfiles - name: deploy-buildfiles
image: kroniak/ssh-client image: kroniak/ssh-client
pull: if-not-exists
environment: environment:
BUILDFILES_KEY: BUILDFILES_KEY:
from_secret: buildfiles_key from_secret: buildfiles_key
@ -86,6 +87,7 @@ steps:
- name: gitea-release - name: gitea-release
image: plugins/gitea-release image: plugins/gitea-release
pull: if-not-exists
when: when:
event: tag event: tag
settings: settings:
@ -104,6 +106,7 @@ steps:
- name: notify-email - name: notify-email
image: drillster/drone-email image: drillster/drone-email
pull: if-not-exists
settings: settings:
host: build.openprivacy.ca host: build.openprivacy.ca
port: 25 port: 25
@ -114,6 +117,7 @@ steps:
- name: notify-gogs - name: notify-gogs
image: openpriv/drone-gogs image: openpriv/drone-gogs
pull: if-not-exists
when: when:
event: pull_request event: pull_request
status: [ success, changed, failure ] status: [ success, changed, failure ]