Skip to content

Commit 2256594

Browse files
tyhawkinsiOSAtMITRE
authored andcommitted
remove errant quotation mark
1 parent 03eacea commit 2256594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci-ruvos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build:
2525
image_latest="$CI_APPLICATION_REPOSITORY:latest"
2626
2727
- |
28-
echo "Setting up Docker...""
28+
echo "Setting up Docker..."
2929
if ! docker info &>/dev/null; then
3030
if [ -z "$DOCKER_HOST" ] && [ "$KUBERNETES_PORT" ]; then
3131
export DOCKER_HOST='tcp://localhost:2375'

0 commit comments

Comments
 (0)