Skip to content

Commit

Permalink
use a real image?
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Oct 18, 2018
1 parent 01009fc commit ed2aed5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
node {
def phpBuilder = docker.image("scomm/php5.6:latest")
def nodeBuilder = docker.image("scomm/node-build:latest")
phpBuilder.pull()
def nodeBuilder = docker.image("node:8")
nodeBuilder.pull()

// Test
Expand Down

0 comments on commit ed2aed5

Please sign in to comment.