diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-10-12 22:16:33 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-12 22:17:41 +0200 |
commit | 51958ce1198c46df5fa98d3e50ff1b247998d7f2 (patch) | |
tree | dee33fd30391bbc3b3cd212a5f66774126288bbf /bin | |
parent | f4031a9f5d3d5047fea0170b6aa38ae4d8f335ec (diff) | |
download | jenkins.debian.net-51958ce1198c46df5fa98d3e50ff1b247998d7f2.tar.xz |
reproducible_openwrt|lede: fix GENERIC_NODE1 typo
used NODE2 twice insteade node1/node2
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index f878720f..e391aa2b 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -320,7 +320,7 @@ build_two_times() { echo "== master" ls -la "$TMPDIR/download/" || true echo "== node1" - ssh $GENERIC_NODE2 reproducible_$TYPE node node_debug $TMPDIR + ssh $GENERIC_NODE1 reproducible_$TYPE node node_debug $TMPDIR echo "== node2" ssh $GENERIC_NODE2 reproducible_$TYPE node node_debug $TMPDIR |