Skip to content

Commit

Permalink
remove tar
Browse files Browse the repository at this point in the history
  • Loading branch information
arielly-parussulo committed May 31, 2023
1 parent 548f106 commit 2e973eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ su ec2-user -c 'echo "export RUNNER_ALLOW_RUNASROOT=1" >> $HOME/.zshrc'
su ec2-user -c 'mkdir /tmp/actions-runner'
su ec2-user -c "tar xzf /tmp/actions-runner-${RUNNER_OS}-${RUNNER_ARCH}-${VERSION}.tar.gz -C /tmp/actions-runner --strip-components=1"
su ec2-user -c 'mv /tmp/actions-runner $HOME/actions-runner'
tar xzf ./actions-runner-${RUNNER_OS}-${RUNNER_ARCH}-${VERSION}.tar.gz
su ec2-user -c '$HOME/actions-runner/./config.sh --url ${config.github.url} --token ${githubRegistrationToken} --labels ${label} --name ${label} --runnergroup default --work $(pwd) --replace'
su ec2-user -c '$HOME/actions-runner/./run.sh &'
```;
Expand Down

0 comments on commit 2e973eb

Please sign in to comment.