Skip to content

Commit

Permalink
try to fix eos publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Jun 13, 2024
1 parent 67d4324 commit 948256d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ jobs:
run: >
echo "$DEPLOY_PWD" | kinit [email protected] 2>&1 >/dev/null
&& sha=$(echo $GITHUB_SHA | head -c 7)
&& name=deps.$sha.tar.gz
&& mv deps.tar.gz $name
&& name=deps.$sha.tar.zst
&& mv install.tar.zst $name
&& scp -F ssh_config $name [email protected]:/eos/user/a/atsjenkins/www/ACTS/ci/macOS/cmake
&& ssh -F ssh_config [email protected] ln -f -s $name /eos/user/a/atsjenkins/www/ACTS/ci/macOS/cmake/deps.latest.tar.gz
&& ssh -F ssh_config [email protected] ln -f -s $name /eos/user/a/atsjenkins/www/ACTS/ci/macOS/cmake/deps.latest.tar.zst

0 comments on commit 948256d

Please sign in to comment.