Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit fe97528

Browse files
committed
removed 'coreclr' in build-app-image version variable
1 parent dd8efcb commit fe97528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/build-app-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BASE_IMAGE=$1
1212
TEST_APP=$2
1313
TAG=$3
1414
VERSION=$4
15-
15+
VERSION= echo $VERSION | sed -e "s/-coreclr//"
1616

1717
echo "[CI] Injecting Dockerfile to project $TEST_APP..."
1818
if [[ ! -d $SAMPLES_REPO/samples/$VERSION/$TEST_APP ]]; then

0 commit comments

Comments
 (0)