mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
Replace forward slashes in database names.
This commit is contained in:
parent
db6472c03b
commit
422a80e317
4
.github/workflows/test-unit.yml
vendored
4
.github/workflows/test-unit.yml
vendored
@ -167,8 +167,8 @@ jobs:
|
|||||||
id: set_artifact_name
|
id: set_artifact_name
|
||||||
run: |
|
run: |
|
||||||
TIMESTAMP=$(date +%Y%m%d%H%M%S)
|
TIMESTAMP=$(date +%Y%m%d%H%M%S)
|
||||||
INTERPRETER_IMAGE=$(echo "${{ matrix.interpreter.image }}" | sed 's/:/_/g')
|
INTERPRETER_IMAGE=$(echo "${{ matrix.interpreter.image }}" | sed 's/[:/]/_/g')
|
||||||
DB_IMAGE=$(echo "${{ matrix.db.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}"
|
ARTIFACT_NAME="tests_output_${{ github.run_id }}_${INTERPRETER_IMAGE}_${DB_IMAGE}_${TIMESTAMP}"
|
||||||
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
|
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user