github.com/secure-build/gitlab-runner@v12.5.0+incompatible/packaging/scripts/postinst.rpm (about)

     1  #!/bin/sh
     2  set -e
     3  /usr/share/gitlab-runner/post-install
     4  /usr/share/gitlab-runner/clear-docker-cache || :
     5  exit 0