Skip to content

Commit

Permalink
COMP: Validate change *Do not merge*
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Sep 27, 2023
1 parent a46cec4 commit bb1c944
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/slicer-build/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ set -o

cp -r $GITHUB_WORKSPACE /usr/src/Slicer

/usr/src/Slicer-build/BuildSlicer.sh
package_filepath=$(head -n1 /usr/src/Slicer-build/Slicer-build/PACKAGE_FILE.txt)
#/usr/src/Slicer-build/BuildSlicer.sh
#package_filepath=$(head -n1 /usr/src/Slicer-build/Slicer-build/PACKAGE_FILE.txt)
package_filepath=/usr/src/Slicer-build/Slicer-build/Slicer-5.5.0-2023-09-26-linux-amd64.tar.gz
echo "Dummy package" > $package_filepath
echo "package_filepath [${package_filepath}]"

mv ${package_filepath} $GITHUB_WORKSPACE/
Expand Down

0 comments on commit bb1c944

Please sign in to comment.