Skip to content

Commit

Permalink
Merge pull request coreos#19 from jlebon/pr/rdgo
Browse files Browse the repository at this point in the history
rdgo: Minor typo fix
  • Loading branch information
openshift-merge-robot authored May 15, 2018
2 parents 57b5751 + 7f8637e commit f3fbfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.rdgo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def DOCKER_IMG = "registry.fedoraproject.org/fedora:28"
def DOCKER_ARGS = "--net=host -v /srv:/srv --privileged"

// this var conveniently refers to a location on the server as well as the local dir we sync to/from
def rdgo = "${env.ARTIFACT_SERVER_DIR}/rdgo"
def rdgo = "${env.ARTIFACT_SERVER_DIR}/rdgo"
node(env.NODE) {
checkout scm

Expand All @@ -22,7 +22,7 @@ node(env.NODE) {
sh """
mkdir -p ${rdgo}
rsync -Hplpt --stats \
-e 'ssh -i $(env.KEY_FILE} \
-e 'ssh -i ${env.KEY_FILE} \
-o UserKnownHostFiles=/dev/null \
-o StrictHostKeyChecking=no' \
${env.ARTIFACT_SERVER}:${rdgo}/ ${rdgo}
Expand Down

0 comments on commit f3fbfae

Please sign in to comment.