Skip to content

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
nebhale committed Apr 5, 2019
2 parents 38def56 + e3c4e49 commit 3e9dd33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

set -e -u
set -euo pipefail

export TERM=${TERM:-dumb}

Expand Down
2 changes: 1 addition & 1 deletion ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cfje/java-test-applications
tag: boot-2
Expand Down
2 changes: 1 addition & 1 deletion ci/unit-test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

set -e -u
set -euo pipefail

export TERM=${TERM:-dumb}

Expand Down
2 changes: 1 addition & 1 deletion ci/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform: linux

image_resource:
type: docker-image
type: registry-image
source:
repository: cfje/java-test-applications
tag: boot-2
Expand Down

0 comments on commit 3e9dd33

Please sign in to comment.