From 14a214dbacd3965dd1179c058505ed40d4dd3e0a Mon Sep 17 00:00:00 2001 From: Mr Bot Date: Mon, 13 May 2019 17:38:10 +0300 Subject: [PATCH] 05/13/2019 --- bitbucket/hooks/post_push | 13 ------------- confluence/6.9.0/hooks/post_push | 13 ------------- confluence/latest/hooks/post_push | 13 ------------- jira/7.10.0/hooks/post_push | 13 ------------- jira/7.10.1/hooks/post_push | 13 ------------- jira/7.10.2/hooks/post_push | 13 ------------- jira/7.11.0/hooks/post_push | 13 ------------- jira/7.11.1/hooks/post_push | 13 ------------- jira/7.11.2/hooks/post_push | 13 ------------- jira/7.12.0/hooks/post_push | 13 ------------- jira/7.12.1/hooks/post_push | 13 ------------- jira/7.12.2/hooks/post_push | 13 ------------- jira/7.12.3/hooks/post_push | 13 ------------- jira/7.13.0/hooks/post_push | 13 ------------- jira/7.13.1/hooks/post_push | 13 ------------- jira/7.13.2/hooks/post_push | 13 ------------- jira/7.13.3/hooks/post_push | 13 ------------- jira/8.0.0/hooks/post_push | 13 ------------- jira/8.0.1/hooks/post_push | 13 ------------- jira/8.0.2/hooks/post_push | 13 ------------- jira/8.1.0/hooks/post_push | 13 ------------- jira/latest/hooks/post_push | 13 ------------- 22 files changed, 286 deletions(-) delete mode 100644 bitbucket/hooks/post_push delete mode 100644 confluence/6.9.0/hooks/post_push delete mode 100644 confluence/latest/hooks/post_push delete mode 100644 jira/7.10.0/hooks/post_push delete mode 100644 jira/7.10.1/hooks/post_push delete mode 100644 jira/7.10.2/hooks/post_push delete mode 100644 jira/7.11.0/hooks/post_push delete mode 100644 jira/7.11.1/hooks/post_push delete mode 100644 jira/7.11.2/hooks/post_push delete mode 100644 jira/7.12.0/hooks/post_push delete mode 100644 jira/7.12.1/hooks/post_push delete mode 100644 jira/7.12.2/hooks/post_push delete mode 100644 jira/7.12.3/hooks/post_push delete mode 100644 jira/7.13.0/hooks/post_push delete mode 100644 jira/7.13.1/hooks/post_push delete mode 100644 jira/7.13.2/hooks/post_push delete mode 100644 jira/7.13.3/hooks/post_push delete mode 100644 jira/8.0.0/hooks/post_push delete mode 100644 jira/8.0.1/hooks/post_push delete mode 100644 jira/8.0.2/hooks/post_push delete mode 100644 jira/8.1.0/hooks/post_push delete mode 100644 jira/latest/hooks/post_push diff --git a/bitbucket/hooks/post_push b/bitbucket/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/bitbucket/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/confluence/6.9.0/hooks/post_push b/confluence/6.9.0/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/confluence/6.9.0/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/confluence/latest/hooks/post_push b/confluence/latest/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/confluence/latest/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.10.0/hooks/post_push b/jira/7.10.0/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.10.0/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.10.1/hooks/post_push b/jira/7.10.1/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.10.1/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.10.2/hooks/post_push b/jira/7.10.2/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.10.2/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.11.0/hooks/post_push b/jira/7.11.0/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.11.0/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.11.1/hooks/post_push b/jira/7.11.1/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.11.1/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.11.2/hooks/post_push b/jira/7.11.2/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.11.2/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.12.0/hooks/post_push b/jira/7.12.0/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.12.0/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.12.1/hooks/post_push b/jira/7.12.1/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.12.1/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.12.2/hooks/post_push b/jira/7.12.2/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.12.2/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.12.3/hooks/post_push b/jira/7.12.3/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.12.3/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.13.0/hooks/post_push b/jira/7.13.0/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.13.0/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.13.1/hooks/post_push b/jira/7.13.1/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.13.1/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.13.2/hooks/post_push b/jira/7.13.2/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.13.2/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/7.13.3/hooks/post_push b/jira/7.13.3/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/7.13.3/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/8.0.0/hooks/post_push b/jira/8.0.0/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/8.0.0/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/8.0.1/hooks/post_push b/jira/8.0.1/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/8.0.1/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/8.0.2/hooks/post_push b/jira/8.0.2/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/8.0.2/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/8.1.0/hooks/post_push b/jira/8.1.0/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/8.1.0/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file diff --git a/jira/latest/hooks/post_push b/jira/latest/hooks/post_push deleted file mode 100644 index e4643e10a..000000000 --- a/jira/latest/hooks/post_push +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -set -e - -# Parse image name for repo name -tagStart=$(expr index "$IMAGE_NAME" :) -repoName=${IMAGE_NAME:0:tagStart-1} - -# Tag and push image for each additional tag -for tag in `git tag -l --points-at HEAD`; do - docker tag $IMAGE_NAME ${repoName}:${tag} - docker push ${repoName}:${tag} -done \ No newline at end of file