Skip to content

Commit

Permalink
ignore any potential ssh keys (#22)
Browse files Browse the repository at this point in the history
* ignore any potential ssh keys

* updating custodian path in Jenkinsfile

* pulling over from rancher/rancher/.gitignore
  • Loading branch information
slickwarren authored Feb 24, 2025
1 parent 1fc1cca commit 7f0ea50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.vscode/
.vscode/
.DS_Store
.idea/
.kube/
*.pem
3 changes: 1 addition & 2 deletions scripts/custodian/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!groovy

node("vsphere-vpn-1") {
def rootPath = "/root/go/src/github.com/rancher/rancher/tests/scripts/"
def job_name = "${JOB_NAME}"
if (job_name.contains('/')) {
job_names = job_name.split('/')
Expand Down Expand Up @@ -64,7 +63,7 @@ node("vsphere-vpn-1") {
userRemoteConfigs: repo
])
}
dir("./tests/scripts/custodian/") {
dir("./scripts/custodian/") {
try {
stage('Build Docker Image') {
try {
Expand Down

0 comments on commit 7f0ea50

Please sign in to comment.