mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Replace forward slashes in database names.
This commit is contained in:
4
.github/workflows/test-unit.yml
vendored
4
.github/workflows/test-unit.yml
vendored
@@ -167,8 +167,8 @@ jobs:
|
||||
id: set_artifact_name
|
||||
run: |
|
||||
TIMESTAMP=$(date +%Y%m%d%H%M%S)
|
||||
INTERPRETER_IMAGE=$(echo "${{ matrix.interpreter.image }}" | sed 's/:/_/g')
|
||||
DB_IMAGE=$(echo "${{ matrix.db.image }}" | sed 's/:/_/g')
|
||||
INTERPRETER_IMAGE=$(echo "${{ matrix.interpreter.image }}" | sed 's/[:/]/_/g')
|
||||
DB_IMAGE=$(echo "${{ matrix.db.image }}" | sed 's/[:/]/_/g')
|
||||
ARTIFACT_NAME="tests_output_${{ github.run_id }}_${INTERPRETER_IMAGE}_${DB_IMAGE}_${TIMESTAMP}"
|
||||
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
|
||||
|
||||
|
Reference in New Issue
Block a user