We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2602a commit 332f559Copy full SHA for 332f559
2 files changed
action.yml
@@ -198,11 +198,8 @@ runs:
198
199
ssh-keyscan -H "${VM_IP}" >> ~/.ssh/known_hosts
200
201
- scp $SSH_OPTS "$UNMASK_SSHD_FILE" core@$VM_IP:/tmp/unmask-sshd.service
202
- ssh $SSH_OPTS core@${VM_IP} "sudo cp /tmp/unmask-sshd.service /etc/systemd/system/unmask-sshd.service && sudo systemctl daemon-reload && sudo systemctl enable unmask-sshd.service"
203
-
204
set +e
205
- ssh $SSH_OPTS core@${VM_IP} "sudo rpm-ostree rebase --reboot --bypass-driver ostree-unverified-registry:${REGISTRY}/${IMAGE}:${BRANCH}"
+ ssh $SSH_OPTS core@${VM_IP} "sudo bootc switch --apply ${REGISTRY}/${IMAGE}:${BRANCH}"
206
SSH_EXIT_CODE=$?
207
set -e
208
if [[ $SSH_EXIT_CODE -eq 255 ]]; then
unmask-sshd.service
0 commit comments