Skip to content

Commit

Permalink
Removes references to non-existent gyro JARs.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoolim authored and vishakha2306 committed Apr 11, 2019
1 parent bec81af commit 2f46020
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
11 changes: 1 addition & 10 deletions examples/ec2/peering-connection.gyro
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
plugin
artifact: 'gyro:gyro-aws-provider:0.5'
repositories: [
'http://repo1.maven.org/maven2/',
'https://repo.gradle.org/gradle/libs-releases/',
'https://artifactory.psdops.com/public'
]
end

aws::credentials default
profile-name: "psd-gyro-sandbox"
region: "us-east-2"
Expand Down Expand Up @@ -37,4 +28,4 @@ aws::peering-connection peering-connection-example
tags: {
Name: "peering-connection-example"
}
end
end
9 changes: 0 additions & 9 deletions examples/elb/elb.gyro
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
plugin
artifact: 'gyro:gyro-aws-provider:0.5'
repositories: [
'http://repo1.maven.org/maven2/',
'https://repo.gradle.org/gradle/libs-releases/',
'https://artifactory.psdops.com/public'
]
end

aws::credentials default
profile-name: "psd-gyro-sandbox"
region: "us-east-2"
Expand Down

0 comments on commit 2f46020

Please sign in to comment.