Skip to content

Commit c2cbe5d

Browse files
authored
Merge pull request #231 from tnevrlka/refactoring
Remove obsolete scripts
2 parents ca49565 + 04c8cfe commit c2cbe5d

15 files changed

+0
-147
lines changed

hack/convert-to-sh

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

hack/convert.js

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

hack/copy-to-tssc-templates

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
32

43
# Assumes local copies of the repos
54
# https://github.com/redhat-appstudio/tssc-sample-templates or user fork in ../

hack/diff-templates

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

hack/ghub-get-vars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
2-
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
32

43
gh secret list

hack/glab-get-vars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
32

43
if [ $# -ne 1 ]; then
54
echo "Missing param, provide gitlab repo name"

hack/glab-set-vars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
32

43
if [ $# -ne 1 ]; then
54
echo "Missing param, provide gitlab repo name"

hack/jenkins-create-secret

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
5-
64
SECRET_NAME=$1
75
SECRET_VALUE=$2
86

hack/jenkins-create-user-password

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
5-
64
SECRET_NAME=$1
75
USER_NAME=$2
86
USER_PW=$3

hack/jenkins-get-credentials

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
5-
64
SECRET_NAME=$1
75

86
SECRET_INFO="$(curl -s \

0 commit comments

Comments
 (0)