Skip to content

Commit e740d7a

Browse files
authored
Merge pull request #256 from grvvy/ci_docker_fix
ci: add protocol to docker build URLs to support latest docker CLI changes
2 parents a082d97 + 87c85c5 commit e740d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pipeline {
33
stages {
44
stage('Build Docker Images') {
55
steps {
6-
sh 'docker build -t cynthion github.com/greatscottgadgets/cynthion'
7-
sh 'docker build -t cynthion-test github.com/greatscottgadgets/cynthion-test'
6+
sh 'docker build -t cynthion https://github.com/greatscottgadgets/cynthion.git'
7+
sh 'docker build -t cynthion-test https://github.com/greatscottgadgets/cynthion-test.git'
88
}
99
}
1010
stage('Cynthion selftest') {

0 commit comments

Comments
 (0)