Skip to content

Commit

Permalink
Move cd /
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 7, 2024
1 parent 7b6540a commit 52e9fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/concretize-current-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
cat <<'EOF' > ${GITHUB_WORKSPACE}/script_container.sh
set -e
cd /
if [ "${{ matrix.image }}" = "alma9" ]; then
os=almalinux9
Expand All @@ -56,6 +55,7 @@ jobs:
rel=$(find /cvmfs/sw-nightlies.hsf.org/key4hep/releases/ -maxdepth 3 -type f -wholename "*$os*opt*/.scratch" | sort -r | head -1)
rel=$(dirname $rel)
cd /
git clone https://github.com/spack/spack -q
cd /spack
git checkout $(cat /key4hep-spack/.latest-commit)
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/concretize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
cat <<'EOF' > ${GITHUB_WORKSPACE}/script_container.sh
set -e
cd /
ls -lah /
ls -lah /key4hep-spack
cd /
git clone https://github.com/spack/spack -q
source spack/share/spack/setup-env.sh
Expand Down

0 comments on commit 52e9fec

Please sign in to comment.