Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 1b12139

Browse files
committed
Fix: Typo in script
1 parent 97cbc68 commit 1b12139

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ String jenkinsVersion
99
def publishDockerImage(String jenkinsVersion) {
1010
docker.withRegistry("https://registry.hub.docker.com", 'teeckebot-docker-credentials') {
1111
script (
12-
sh """#!/bin/bash
13-
for tag in `cat build-tools.list`; do
12+
sh '''for tag in $(cat build-tools.list); do
1413
docker push teecke/docker-flutter-builder:${tag}
1514
done
16-
"""
15+
'''
1716
)
1817
}
1918
}

0 commit comments

Comments
 (0)