Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
21 changes: 21 additions & 0 deletions .harness/diffrepo_diffbranch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
service:
name: diffrepo_diffbranch
identifier: diffrepo_diffbranch
orgIdentifier: default
projectIdentifier: kanikaTest
serviceDefinition:
spec:
artifacts:
primary:
primaryArtifactRef: <+input>
sources:
- name: diffrepo_diffbranch
identifier: diffrepo_diffbranch
template:
templateRef: testCustomArtifactSource
versionLabel: "1"
templateInputs:
type: CustomArtifact
spec:
version: <+input>
type: Kubernetes
2 changes: 1 addition & 1 deletion protofiles/student.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";
message Student {
int32 id = 1;
string name = 2;
int32 rollno = 3;
float rollno = 3;
}

message Class {
Expand Down