Skip to content

Commit

Permalink
Merge pull request lachie83#93 from lachie83/dev
Browse files Browse the repository at this point in the history
Bumpe js version
  • Loading branch information
lachie83 authored Sep 27, 2017
2 parents 7b24cef + 805a0b3 commit 8da9f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repo": "croc-hunter",
"dockeremail": ".",
"dockerfile": "./",
"image_scanning": true
"image_scanning": false
},
"pipeline": {
"enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion croc-hunter.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
<canvas id="canvasEnemy" width="800" height="500" ></canvas>
<canvas id="canvasJet" width="800" height="500" ></canvas>
<canvas id="canvasHud" width="800" height="500" ></canvas>
<script src='/static/game.js'></script>
<script src='/static/game2.js'></script>
<div class="details">
<strong>Hostname: </strong>%s<br>
<strong>Release: </strong>%s<br>
Expand Down

0 comments on commit 8da9f3d

Please sign in to comment.