Skip to content

Commit

Permalink
Fix: Typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroamador committed Sep 2, 2019
1 parent 97cbc68 commit 1b12139
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ String jenkinsVersion
def publishDockerImage(String jenkinsVersion) {
docker.withRegistry("https://registry.hub.docker.com", 'teeckebot-docker-credentials') {
script (
sh """#!/bin/bash
for tag in `cat build-tools.list`; do
sh '''for tag in $(cat build-tools.list); do
docker push teecke/docker-flutter-builder:${tag}
done
"""
'''
)
}
}
Expand Down

0 comments on commit 1b12139

Please sign in to comment.