Skip to content

Commit 5974ae5

Browse files
author
Irakli Mchedlishvili
committed
Remove jenkins-jnlp
1 parent f34cab6 commit 5974ae5

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
lines changed

.travis.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ elif [ "${1}" == "install-tools" ]; then
8383

8484
elif [ "${1}" == "script" ]; then
8585
! docker build --build-arg "CKAN_CLOUD_OPERATOR_IMAGE_TAG=${TAG}" --cache-from viderum/ckan-cloud-operator:latest -t ckan-cloud-operator . && echo Failed to build image && exit 1
86-
! docker build --build-arg "CKAN_CLOUD_OPERATOR_IMAGE_TAG=${TAG}" --cache-from viderum/ckan-cloud-operator:jnlp-latest -t ckan-cloud-operator-jnlp -f Dockerfile.jenkins-jnlp . && echo Failed to build jnlp image && exit 1
8786
echo Great Success! && exit 0
8887

8988
elif [ "${1}" == "test" ]; then

Dockerfile.jenkins-jnlp

Lines changed: 0 additions & 32 deletions
This file was deleted.

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.0
1+
v1.2.1

0 commit comments

Comments
 (0)