Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 5, 2024
1 parent 85f9dd4 commit 1310773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-test-input-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
cat <<'EOF' > ${GITHUB_WORKSPACE}/script_container.sh
set -e
name=$(echo "${{ github.event.repository.name }}" | tr '[:upper:]' '[:lower:]')
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh
git clone https://github.com/iLCSoft/CLICPerformance --depth 1
cd CLICPerformance/clicConfig
ddsim --steeringFile clic_steer.py --compactFile $K4GEO/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml --enableGun --gun.distribution uniform --gun.particle gamma --gun.energy "10*GeV" --outputFile gamma_10GeV_edm4hep.root --numberOfEvents 10
echo "Copying file to /${name}/gamma_10GeV_edm4hep.root"
cp gamma_10GeV_edm4hep.root /${name}/gamma_10GeV_edm4hep.root
EOF
Expand Down

0 comments on commit 1310773

Please sign in to comment.