Skip to content

Commit

Permalink
fix unzip & clean files (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: raojinlin <1239015423@qq.com>
  • Loading branch information
raojinlin and raojinlin committed Sep 20, 2023
1 parent 9149ccb commit aca2466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Install
shell:
cmd: gzip -d gitlab-jenkins-runner.gz && install -m 0755 gitlab-jenkins-runner /usr/bin/gitlab-jenkins-runner
cmd: gzip -f -d gitlab-jenkins-runner.gz && install -m 0755 gitlab-jenkins-runner /usr/bin/gitlab-jenkins-runner && rm gitlab-jenkins-runner
chdir: /tmp

- name: Check installed
Expand Down

0 comments on commit aca2466

Please sign in to comment.