Skip to content

Commit

Permalink
CI script test-library: pass information about source repository/branch
Browse files Browse the repository at this point in the history
- Also remove useless .ci-scripts/test-templates
  • Loading branch information
jouvin committed Nov 7, 2024
1 parent f3a816e commit 14d841e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 438 deletions.
7 changes: 7 additions & 0 deletions .ci-scripts/test-library
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

set -e # halt script on error

echo GITHUB_REPOSITORY: ${GITHUB_REPOSITORY}
echo GITHUB_BASE_REF: ${GITHUB_BASE_REF}
echo GITHUB_WORKSPACE: ${GITHUB_WORKSPACE}
export TRAVIS_BUILD_DIR=${GITHUB_WORKSPACE}
export TRAVIS_REPO_SLUG=${GITHUB_REPOSITORY}
export TRAVIS_BRANCH=${GITHUB_BASE_REF}

# 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 14d841e

Please sign in to comment.