Skip to content

Commit

Permalink
comment b
Browse files Browse the repository at this point in the history
  • Loading branch information
krazybird authored and kritika-singh3 committed Jul 8, 2020
1 parent 1fd023b commit d5ecef5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# public-repo

Updating this will create another dummy commit.

Creating false commits to have an history
Creating false commits to have an history
A dummy repo with a dummy commit.
9 changes: 4 additions & 5 deletions dummy.goenvironment.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
"environment_variables": [
{
"name": "key1",
"value": "value1"
"value": "updated_value"
},
{
"name": "key2",
"value": "value2"
}
],
"agents":[
"90bd9d45-77c1-43a9-bbee-78833767f31c",
"b3c34164-0a1c-4817-8831-3f2c4bcfce29",
"07117e56-3a2d-4384-9225-9580d328cb6b"
"pipelines":[
"test",
"firstpipe"
]
}
2 changes: 1 addition & 1 deletion test.gocd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
format_version: 3
pipelines:
test:
test_yaml:
group: test
label_template: ${COUNT}
lock_behavior: none
Expand Down
2 changes: 0 additions & 2 deletions test.gopipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"resources": [],
"artifacts": [],
"properties": [],
"run_instance_count": "0",
"timeout": 0.0,
"tasks": [
{
Expand Down Expand Up @@ -74,7 +73,6 @@
"resources": [],
"artifacts": [],
"properties": [],
"run_instance_count": "0",
"timeout": 0.0,
"tasks": [
{
Expand Down

0 comments on commit d5ecef5

Please sign in to comment.