X7ROOT File Manager
Current Path:
/opt/cpanel/ea-ruby27/src/passenger-release-6.1.2/dev/ci
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.1.2
/
dev
/
ci
/
??
..
??
Certificates.cer
(788 B)
??
Developer.key
(1.66 KB)
??
Developer.pub
(459 B)
??
README.md
(5.14 KB)
??
fetch-cache-az-blob-storage
(1.29 KB)
??
lib
??
run-tests-natively
(1.07 KB)
??
run-tests-with-docker
(1.03 KB)
??
scripts
??
setup-bundle-gem-path
(197 B)
??
setup-host
(2.05 KB)
??
setup-sccache
(2.36 KB)
??
teardown-sccache
(692 B)
??
tests
??
update-cache-az-blob-storage
(767 B)
Editing: teardown-sccache
#!/usr/bin/env bash set -e SUDO=${SUDO:-false} # Ensure Github Actions print stdout and stderr data in correct order. exec 2>&1 set -x # teardown-sccache can still be called even when setup-sccache fails, so don't # assume that sccache is in PATH and also don't assume that the log file exists. if [[ -e /usr/local/bin/sccache ]]; then if $SUDO; then sudo /usr/local/bin/sccache --stop-server else /usr/local/bin/sccache --stop-server fi fi if test -e sccache.log; then cat sccache.log; fi # Remove compiler wrappers from PATH. PATH=$(ruby -e 'paths = ENV["PATH"].split(":"); paths.delete("/usr/local/libexec/sccache"); puts paths.join(":")') echo "PATH=$PATH" >> "$GITHUB_ENV"
Upload File
Create Folder