Skip to content

Commit

Permalink
Print github agent configure command to try and debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
markspec committed Sep 29, 2023
1 parent b84abba commit e9fc8c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ systemctl daemon-reload
systemctl enable shutdown.service
gcloud compute instances add-labels ${VM_ID} --zone=${machine_zone} --labels=gh_ready=0 && \\
echo \"RUNNER_ALLOW_RUNASROOT=1 ./config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --labels ${VM_ID} --unattended ${ephemeral_flag} --disableupdate 2> /var/log/ss_error.txt 1> /var/log/output.txt && \\
\" > /var/log/cmd.txt && \\
RUNNER_ALLOW_RUNASROOT=1 ./config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --labels ${VM_ID} --unattended ${ephemeral_flag} --disableupdate 2> /var/log/ss_error.txt 1> /var/log/output.txt && \\
./svc.sh install 2>> /var/log/ss_error2.txt 1>> /var/log/output2.txt && \\
./svc.sh start 2>> /var/log/ss_error3.txt 1>> /var/log/output3.txt && \\
Expand Down

0 comments on commit e9fc8c9

Please sign in to comment.