adding pipeline id to test script
This commit is contained in:
parent
4eb98fadc8
commit
c9df42f8b8
@ -23,6 +23,7 @@ RELEASE_INFO=${RELEASE_INFO:-N/A}
|
||||
} || {
|
||||
TAG=${TAG:-test-${OS_DISTRO}-${PACKAGE_STREAM}-${RELEASE_INFO}}
|
||||
}
|
||||
TAG=${CI_PIPELINE_IID}-${TAG}
|
||||
|
||||
docker pull ${REGISTRY_URL}/${CONTAINER}:${TAG}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user