Skip to content

Commit

Permalink
Chris O requests that files land in root, not a subfolder
Browse files Browse the repository at this point in the history
Change-Id: I1c83390cc09a9387ddd77b1f1703e58c3ec613fd
Signed-off-by: nickboldt <[email protected]>
  • Loading branch information
nickboldt committed Apr 14, 2020
1 parent d35ac17 commit 89c4edb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@ for mnt in RCMG; do
done
# copy files to rcm-guest
ssh "${DESTHOST}" "cd /mnt/rcm-guest/staging/crw && mkdir -p CRW-''' + CRW_VERSION + '''/CRWCTL/ && ls -la . "
ssh "${DESTHOST}" "cd /mnt/rcm-guest/staging/crw && mkdir -p CRW-''' + CRW_VERSION + '''/ && ls -la . "
rsync -Pzrlt --rsh=ssh --protocol=28 \
${WORKSPACE}/''' + TARBALL_PREFIX + '''-crwctl-sources.tar.gz \
${WORKSPACE}/''' + CTL_path + '''/dist/channels/redhat/*gz \
${WORKSPACE}/${mnt}-ssh/CRW-''' + CRW_VERSION + '''/CRWCTL/
ssh "${DESTHOST}" "cd /mnt/rcm-guest/staging/crw/CRW-''' + CRW_VERSION + '''/CRWCTL/ && tree"
${WORKSPACE}/${mnt}-ssh/CRW-''' + CRW_VERSION + '''/
ssh "${DESTHOST}" "cd /mnt/rcm-guest/staging/crw/CRW-''' + CRW_VERSION + '''/ && ls -la ''' + TARBALL_PREFIX + '''*"
'''
}

Expand Down

0 comments on commit 89c4edb

Please sign in to comment.