Skip to content

Commit

Permalink
[Backport main] Added missing && in Copy Artifacts step (#1761)
Browse files Browse the repository at this point in the history
Added missing && in Copy Artifacts step

(cherry picked from commit afb96c6)

Co-authored-by: joshuasa <joshuasa@cray.com>
  • Loading branch information
github-actions[bot] and joshuasa committed Jun 6, 2022
1 parent 41a5b45 commit 0da68dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/1.2/Stage_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ from which the other nodes were upgraded. At this point, the upgrade procedure p
scp ncn-m001:/root/output.log /root/pre-m001-reboot-upgrade.log &&
cray artifacts create config-data pre-m001-reboot-upgrade.log /root/pre-m001-reboot-upgrade.log
ncn-m002# csi_rpm=$(ssh ncn-m001 "find /etc/cray/upgrade/csm/${CSM_RELEASE}/tarball/${CSM_RELEASE}/rpm/cray/csm/ -name 'cray-site-init*.rpm'") &&
scp ncn-m001:${csi_rpm} /tmp/cray-site-init.rpm
scp ncn-m001:${csi_rpm} /tmp/cray-site-init.rpm &&
scp ncn-m001:/root/docs-csm-*.noarch.rpm /root/docs-csm-latest.noarch.rpm &&
rpm -Uvh --force /tmp/cray-site-init.rpm /root/docs-csm-latest.noarch.rpm
```
Expand Down

0 comments on commit 0da68dd

Please sign in to comment.