Skip to content

Commit

Permalink
Merge pull request #167 from jrha/ci_scripts
Browse files Browse the repository at this point in the history
Update CI scripts
  • Loading branch information
jrha authored Nov 13, 2024
2 parents 5d38294 + a844696 commit c87889f
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci-scripts/test-library
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -e # halt script on error

echo GITHUB_REPOSITORY: ${GITHUB_REPOSITORY}
echo GITHUB_BASE_REF: ${GITHUB_BASE_REF}
echo GITHUB_WORKSPACE: ${GITHUB_WORKSPACE}

# Retrieve last version of create-vanilla-SCDB from GitHub
echo "Downloading create-vanilla-SCDB from GitHub..."
rm -f /tmp/create-vanilla-SCDB.sh
Expand Down
Loading

0 comments on commit c87889f

Please sign in to comment.