Skip to content

Commit

Permalink
Added buddy work CI
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 14, 2021
1 parent b2755d9 commit add68e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- "export GOPATH=/"
- "export GO15VENDOREXPERIMENT=1"
- "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.40.0"
- "./bin/golangci-lint run ./..."
- "./bin/golangci-lint run ./... --timeout 5m0s"
volume_mappings:
- "/:/src/github.com/OT-CONTAINER-KIT/k8s-secret-injector"
shell: "BASH"
Expand All @@ -78,7 +78,7 @@
type: "DOCKER_PUSH"
login: "abhishek-dubey"
password: "secure!b1YxTrhil5I5L6q+u3Ctiw==.Ix9cDbdNIKsSty7IWShSfw=="
docker_image_tag: "4.0,latest"
docker_image_tag: "$BUDDY_EXECUTION_BRANCH,latest,$BUDDY_EXECUTION_TAG"
repository: "$IMAGE_NAME"
registry: "quay.io"
trigger_conditions:
Expand Down

0 comments on commit add68e8

Please sign in to comment.