diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index ff8f9c0ea9..0000000000 --- a/.drone.yml +++ /dev/null @@ -1,134 +0,0 @@ ---- -kind: pipeline -name: default - -platform: - os: linux - arch: amd64 - -steps: -- name: test - pull: default - image: rancher/dapper:v0.6.0 - commands: - - dapper ci - privileged: true - volumes: - - name: docker - path: /var/run/docker.sock - when: - event: - - pull_request - exclude: - - tag - -- name: build - pull: default - image: rancher/dapper:v0.6.0 - commands: - - BUILD_LATEST=true dapper ci - privileged: true - volumes: - - name: docker - path: /var/run/docker.sock - when: - branch: - - release-2.8 - event: - exclude: - - pull_request - - tag - -- name: upload - pull: default - image: plugins/gcs - settings: - acl: - - allUsers:READER - cache_control: "no-cache,must-revalidate" - source: dist/static/release-2.8 - target: releases.rancher.com/ui/release-2.8 - token: - from_secret: google_auth_key - when: - branch: - - release-2.8 - event: - exclude: - - pull_request - - tag - -- name: build-release - pull: default - image: rancher/dapper:v0.6.0 - commands: - - dapper ci - environment: - ENVIRONMENT: production - privileged: true - volumes: - - name: docker - path: /var/run/docker.sock - when: - event: - - tag - ref: - include: - - "refs/tags/v2.8.*" - - -- name: upload-release - pull: default - image: plugins/gcs - settings: - acl: - - allUsers:READER - cache_control: "no-cache,must-revalidate" - source: dist/static/${DRONE_TAG##v} - target: releases.rancher.com/ui/${DRONE_TAG##v} - token: - from_secret: google_auth_key - when: - event: - - tag - ref: - include: - - "refs/tags/v2.8.*" - -- name: upload-release-tar - pull: default - image: plugins/gcs - settings: - acl: - - allUsers:READER - cache_control: "no-cache,must-revalidate" - source: dist/static/${DRONE_TAG##v}.tar.gz - target: releases.rancher.com/ui/${DRONE_TAG##v}.tar.gz - token: - from_secret: google_auth_key - when: - event: - - tag - ref: - include: - - "refs/tags/v2.8.*" - -volumes: -- name: docker - host: - path: /var/run/docker.sock - ---- -kind: pipeline -name: fossa - -steps: -- name: fossa - image: rancher/drone-fossa:latest - failure: ignore - settings: - api_key: - from_secret: FOSSA_API_KEY - when: - instance: - - drone-publish.rancher.io diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f89eff6415..e8147249ac 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,7 +22,7 @@ Linked Issues ======