Correcting scripts and adding new ones
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
cdk_version=$1
|
cdk_version=$1
|
||||||
|
|
||||||
cdk_paths_unfiltered=$(jf rt search --recursive=false 'cpqd-snapshot/br/com/cpqd/**/13.30.132-SNAPSHOT/' | jq -r '.[].path')
|
cdk_paths_unfiltered=$(jf rt search --recursive=false "cpqd-snapshot/br/com/cpqd/**/$cdk_version/" | jq -r '.[].path')
|
||||||
cdk_paths=$(for p in ${cdk_paths_unfiltered[@]}; do dirname $p; done | uniq)
|
cdk_paths=$(for p in ${cdk_paths_unfiltered[@]}; do dirname $p; done | uniq)
|
||||||
|
|
||||||
# needs pwd to be in PATH
|
# needs pwd to be in PATH
|
||||||
|
|||||||
3
scripts/shell/job/forget-credentials-bitbucket.sh
Executable file
3
scripts/shell/job/forget-credentials-bitbucket.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo 'url=https://bitbucket.cpqd.com.br/' | git credential reject
|
||||||
3
scripts/shell/job/forget-credentials-github.sh
Executable file
3
scripts/shell/job/forget-credentials-github.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo 'url=https://github.com/' | git credential reject
|
||||||
Reference in New Issue
Block a user